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 () => { diff --git a/frontend/src/components/Modals/EvaluationModal.vue b/frontend/src/components/Modals/EvaluationModal.vue index 8c48ccae..bcc28398 100644 --- a/frontend/src/components/Modals/EvaluationModal.vue +++ b/frontend/src/components/Modals/EvaluationModal.vue @@ -66,7 +66,7 @@