fix: tapping on avatar should show switcher on mobile

This commit is contained in:
Daniel Roe 2022-11-27 22:57:20 +00:00
parent 9687330dd4
commit 834eca2ad2
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
2 changed files with 2 additions and 11 deletions

View file

@ -24,7 +24,7 @@ const nav = ref<HTMLDivElement>()
</div>
<div flex items-center>
<slot name="actions" />
<NavUser v-if="isSmallScreen" :nav="nav" />
<NavUser v-if="isSmallScreen" />
</div>
</div>
<slot name="header" />