diff --git a/front/components/GlobalDrawer.vue b/front/components/GlobalDrawer.vue
index f45b6ee..f3dd0e7 100644
--- a/front/components/GlobalDrawer.vue
+++ b/front/components/GlobalDrawer.vue
@@ -1,8 +1,5 @@
- {
- if (!open && drawer?.length > 0) {
- store?._set('drawer', drawer?.slice(0, -1))
- }
- }">
-
-
-
-
-
-
-
\ No newline at end of file
+ {
+ if (!open && drawer?.length > 0) {
+ store?._set('drawer', drawer?.slice(0, -1))
+ }
+ }
+ "
+ >
+
+
+
+
+
+
+