+
+
+
+
+
+
+
+
+ {{ child.label }}
+
+
+
+
+
\ No newline at end of file
diff --git a/components/ProfileDropdown.vue b/components/ProfileDropdown.vue
deleted file mode 100644
index a5c7281..0000000
--- a/components/ProfileDropdown.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
-
-
- {{profileStore.tenants.find(i => profileStore.profiles.find(i => i.id === selectedProfile).tenant === i.id).name}}
-
-
-
- {{profileStore.tenants.find(i => i.id === option.tenant).name}}
-
-
-
\ No newline at end of file
diff --git a/components/TenantDropdown.vue b/components/TenantDropdown.vue
new file mode 100644
index 0000000..039860a
--- /dev/null
+++ b/components/TenantDropdown.vue
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+ {{auth.tenants.find(i => auth.activeTenant === i.id).name}}
+
+
+
+ {{option.name}}
+
+
+
\ No newline at end of file
diff --git a/components/UserDropdown.vue b/components/UserDropdown.vue
index b0b57f0..7d15569 100644
--- a/components/UserDropdown.vue
+++ b/components/UserDropdown.vue
@@ -1,4 +1,5 @@
-
-
-
-
-
-
-
-
-
-