diff --git a/src/components/layout/NavBar.vue b/src/components/layout/NavBar.vue
index 57fb50bd..49c9a530 100644
--- a/src/components/layout/NavBar.vue
+++ b/src/components/layout/NavBar.vue
@@ -161,15 +161,15 @@ watch(
-
+
{{
(botStore.activeBotorUndefined && botStore.activeBotorUndefined.botName) ||
'No bot selected'
}}
-
+
{{
botStore.activeBotorUndefined && botStore.activeBotorUndefined.isBotOnline
? 'Online'
@@ -179,7 +179,7 @@ watch(
-
+
FT
@@ -198,11 +198,11 @@ watch(
-