- toggleWidgetPosition()} size="md" />
+ toggleWidgetPosition()}
+ size="md"
+ />
Position widgets on left
diff --git a/src/components/layout/Widgets.tsx b/src/components/layout/Widgets.tsx
index 74a1dcb18..b82f489a9 100644
--- a/src/components/layout/Widgets.tsx
+++ b/src/components/layout/Widgets.tsx
@@ -6,16 +6,16 @@ import { ModuleWrapper } from '../modules/moduleWrapper';
export default function Widgets(props: any) {
const matches = useMediaQuery('(min-width: 800px)');
- return (
- <>
- {matches && (
-