diff --git a/src/template/Dashboard.tsx b/src/template/Dashboard.tsx index 86231a5..d41ed0a 100644 --- a/src/template/Dashboard.tsx +++ b/src/template/Dashboard.tsx @@ -194,8 +194,8 @@ const StorageDataInfo = () => { return (
-
-
+
+
{sortedStorage.map((storage) => { return (
@@ -214,7 +214,7 @@ const StorageDataInfo = () => { ); })}
-
+
= ({ title, children }) => { return ( -
+
{title &&

{title}

} {children}