diff options
Diffstat (limited to 'frontend/src/App/Notification.tsx')
-rw-r--r-- | frontend/src/App/Notification.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/App/Notification.tsx b/frontend/src/App/Notification.tsx index 6c1727c60..8c62caa37 100644 --- a/frontend/src/App/Notification.tsx +++ b/frontend/src/App/Notification.tsx @@ -202,7 +202,7 @@ const Progress: FunctionComponent<Server.Progress> = ({ count, header, }) => { - const isCompleted = value / count >= 1; + const isCompleted = value / count > 1; return ( <div className="notification-center-progress d-flex flex-column"> <p className="progress-header m-0 h-6 text-dark font-weight-bold"> |