Skip to content

Commit acacb60

Browse files
committed
Added back full course rescan button
1 parent 124a159 commit acacb60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/Components/HomePage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default function HomePage({
142142
<div className="flex-row justify-content-between gap-4">
143143
<h1 className="primary-dark">{t('summary.title')}</h1>
144144
<div className="flex-column flex-center flex-shrink-0">
145-
{/* <div className="flex-row justify-content-end">
145+
<div className="flex-row justify-content-end">
146146
{ !syncComplete ? (
147147
<button className="btn-small btn-icon-left btn-disabled" tabIndex="0">
148148
<ProgressIcon className="icon-sm spinner" />
@@ -162,7 +162,7 @@ export default function HomePage({
162162
</button>
163163
)
164164
}
165-
</div> */}
165+
</div>
166166
</div>
167167
</div>
168168
<div className="flex-row w-100 mb-4 justify-content-between gap-4">

0 commit comments

Comments
 (0)