diff --git a/src/components/modules/dash./DashdotModule.tsx b/src/components/modules/dash./DashdotModule.tsx index ff6175629..537b2a1d4 100644 --- a/src/components/modules/dash./DashdotModule.tsx +++ b/src/components/modules/dash./DashdotModule.tsx @@ -181,7 +181,7 @@ export function DashdotComponent() {
Storage:
- {(totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'} + {(100 * totalUsed / (totalSize || 1)).toFixed(1)}%{'\n'} {bytePrettyPrint(totalUsed)} / {bytePrettyPrint(totalSize)}