diff --git a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue index 728a60d77..67e7b9273 100644 --- a/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue +++ b/webapp/components/ChatNotificationMenu/ChatNotificationMenu.vue @@ -37,7 +37,7 @@ -
+

{{ notification.name }}

{{ notification.title }}
diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 814edd8f2..4c7709930 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -13,10 +13,10 @@ -
+
- RoomID: {{ $store.getters['chat-modul/showChatModul'].roomID }} - x + RoomID: {{ $store.getters['chat/showChat'].roomID }} + x
diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index 318a7f50e..e77e56bd9 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -80,7 +80,7 @@ @update="updateFollow" />