diff --git a/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx b/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx index 4983c84e..d0a950b5 100644 --- a/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx +++ b/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx @@ -4,21 +4,17 @@ import { Icon } from '@iconify/react'; const LeftLegend = () => { return ( <> -
+
-
-
-
-
-
-
-
-
-
-
-
-
+ {[...Array(5)].map((_, index) => ( +
+
+
+ ))}
); @@ -37,8 +33,8 @@ const ChartArea = () => { return ( <> -
-
+
+
{[...Array(5)].map((_, index) => (
{ ))}
-
+
{ranges.map((range) => (
))}
-
+
@@ -92,7 +88,7 @@ const EmptyState = () => { const UniformityBarChartSkeleton = () => { return (
-
+