diff --git a/components/graphs/PerformanceDisplay.tsx b/components/graphs/PerformanceDisplay.tsx index 12fcd39..b8b59fd 100644 --- a/components/graphs/PerformanceDisplay.tsx +++ b/components/graphs/PerformanceDisplay.tsx @@ -63,7 +63,11 @@ const PerformanceDisplay = () => { osebx={osebxData.data} /> ) : ( -
Loading...
+
+
+
+
+
)}
@@ -74,7 +78,11 @@ const PerformanceDisplay = () => { {compositionData ? ( ) : ( -
Loading...
+
+
+
+
+
)}