diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 6097fe09..5e4e4fb9 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -39,9 +39,9 @@ const Layout = computed(() => { } if (screenSize.width < 640) { return MobileLayout - } else { - return DesktopLayout } + + return DesktopLayout }) onMounted(async () => {