diff --git a/web/containers/Layout/BottomBar/DownloadingState/index.tsx b/web/containers/Layout/BottomBar/DownloadingState/index.tsx index 9ee8359db..c825baa96 100644 --- a/web/containers/Layout/BottomBar/DownloadingState/index.tsx +++ b/web/containers/Layout/BottomBar/DownloadingState/index.tsx @@ -59,9 +59,9 @@ export default function DownloadingState() { }) as number } /> -
{item?.fileName}
+{item?.fileName}
{formatDownloadPercentage(item?.percent)}