diff --git a/src/components/Dashboard/Views/DashboardView.tsx b/src/components/Dashboard/Views/DashboardView.tsx index 11f6cb0b4..194098857 100644 --- a/src/components/Dashboard/Views/DashboardView.tsx +++ b/src/components/Dashboard/Views/DashboardView.tsx @@ -16,7 +16,7 @@ export const DashboardView = () => { const { isReady, mainAreaRef } = usePrepareGridstack(); return ( - + {sidebarsVisible.isLoading ? (
diff --git a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx index 1603de044..6e60a4f7d 100644 --- a/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx +++ b/src/components/Dashboard/Wrappers/Sidebar/Sidebar.tsx @@ -31,10 +31,6 @@ const SidebarInner = ({ location }: DashboardSidebarInnerProps) => { const { refs, apps, widgets } = useGridstack('sidebar', location); const minRow = useMinRowForFullHeight(refs.wrapper); - const { - cx, - classes: { card: cardClass }, - } = useCardStyles(false); return (