diff --git a/admin/src/components/NavBar.vue b/admin/src/components/NavBar.vue
index 3bec6ee68..bad81f79a 100644
--- a/admin/src/components/NavBar.vue
+++ b/admin/src/components/NavBar.vue
@@ -1,11 +1,11 @@
-
+
-
+
@@ -13,7 +13,7 @@
{{ $t('creation') }}
- {{ $store.state.openCreations }}
+ {{ openCreations.value }}
@@ -23,38 +23,50 @@
{{ $t('navbar.instances') }}
{{ $t('navbar.statistic') }}
- {{ $t('navbar.my-account') }}
- {{ $t('navbar.logout') }}
+ {{ $t('navbar.my-account') }}
+ {{ $t('navbar.logout') }}
-
-