diff --git a/frontend-modern/src/components/Storage/Storage.tsx b/frontend-modern/src/components/Storage/Storage.tsx index 0f83a93..0d3ec4d 100644 --- a/frontend-modern/src/components/Storage/Storage.tsx +++ b/frontend-modern/src/components/Storage/Storage.tsx @@ -803,8 +803,6 @@ const Storage: Component = () => { {/* Storage Rows */} }> {(storage) => { - const usagePercent = - storage.total > 0 ? (storage.used / storage.total) * 100 : 0; const isDisabled = storage.status !== 'available'; const pbsNamesDisplay = createMemo(() => { const names = storage.pbsNames?.filter(