diff --git a/AppImage/components/storage-overview.tsx b/AppImage/components/storage-overview.tsx index 2ea71e7..f37192d 100644 --- a/AppImage/components/storage-overview.tsx +++ b/AppImage/components/storage-overview.tsx @@ -514,9 +514,7 @@ export function StorageOverview() { -
- {formatStorage(totalLocalUsed)} -
+
{formatStorage(totalLocalUsed)}

{localUsagePercent}% of @@ -531,9 +529,7 @@ export function StorageOverview() { -

0 ? getUsageColor(Number.parseFloat(remoteUsagePercent)) : ""}`} - > +
{remoteStorageCount > 0 ? formatStorage(totalRemoteUsed) : "None"}