@edgedev/create-edge-app 1.0.58 → 1.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.vue +1 -1
- package/package.json +1 -1
package/app.vue
CHANGED
|
@@ -169,7 +169,7 @@ const menuItems = [
|
|
|
169
169
|
<!-- possible breadcrumbs -->
|
|
170
170
|
</div>
|
|
171
171
|
<div>
|
|
172
|
-
<edge-user-menu :title="orgName" button-class="w-8 h-8" icon-class="w-6 h-6" />
|
|
172
|
+
<edge-user-menu v-if="edgeFirebase.user.loggedIn" :title="orgName" button-class="w-8 h-8" icon-class="w-6 h-6" />
|
|
173
173
|
</div>
|
|
174
174
|
</div>
|
|
175
175
|
<NuxtPage keepalive />
|