diff --git a/src/components/LoaderModal.tsx b/src/components/LoaderModal.tsx index ab85618..f1b9f0a 100644 --- a/src/components/LoaderModal.tsx +++ b/src/components/LoaderModal.tsx @@ -75,13 +75,13 @@ type LoaderModalWithStatusProps = { const LoaderModalWithStatus = ({ status }: LoaderModalWithStatusProps) => { return ( <> - {status !== 0 && ( -
-
- {status}% -
-
- )} +
+
{status}%
+
); };