diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 6e437d0..67e45f1 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -24,7 +24,7 @@ - + active @@ -88,7 +88,10 @@ export default { return "This account has access to at least one feature."; } return "This account is inactive, please reach out to the Bellingcat team for access."; - } + }, + loadingUserState() { + return this.$store.state?.loadingUserState; + } }, }; diff --git a/src/components/PermissionNeeded.vue b/src/components/PermissionNeeded.vue index 22801b2..31f6afa 100644 --- a/src/components/PermissionNeeded.vue +++ b/src/components/PermissionNeeded.vue @@ -1,5 +1,5 @@