diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue
index abb2cb6..51c3e0c 100644
--- a/frontend/layouts/default.vue
+++ b/frontend/layouts/default.vue
@@ -1,7 +1,7 @@
-
+
@@ -10,7 +10,7 @@
msg
}}
-
+
@@ -27,7 +27,7 @@ export default {
mounted() {
this.$root.$on('toast', (msg, color) => {
this.msg = msg
- this.color = color ?? ''
+ this.color = color || ''
this.toast = true
})
},
diff --git a/frontend/layouts/empty.vue b/frontend/layouts/empty.vue
index a9091b6..1110f94 100644
--- a/frontend/layouts/empty.vue
+++ b/frontend/layouts/empty.vue
@@ -1,15 +1,11 @@
-
+
-
+
-
-