diff --git a/src/components/DxpOmsInstanceNavigator.vue b/src/components/DxpOmsInstanceNavigator.vue
index 80bd152..5f4beb9 100644
--- a/src/components/DxpOmsInstanceNavigator.vue
+++ b/src/components/DxpOmsInstanceNavigator.vue
@@ -11,7 +11,7 @@
{{ $t('This is the name of the OMS you are connected to right now. Make sure that you are connected to the right instance before proceeding.') }}
-
+
{{ $t('Go to OMS') }}
@@ -32,6 +32,7 @@ import { goToOms } from '../utils';
import { openOutline } from 'ionicons/icons'
import { computed } from 'vue';
import { useAuthStore } from "../store/auth";
+import { appContext } from "src";
const authStore = useAuthStore();