fix(settings): hydration mismatch
This commit is contained in:
parent
b0b0bb2f9c
commit
28e26f6b12
@ -20,8 +20,8 @@ const isRootPath = computedEager(() => route.name === 'settings')
|
||||
</template>
|
||||
<div xl:w-97 lg:w-78 w-full>
|
||||
<SettingsNavItem
|
||||
v-if="currentUser"
|
||||
command
|
||||
v-show="currentUser"
|
||||
:command="!!currentUser"
|
||||
icon="i-ri:user-line"
|
||||
:text="$t('settings.profile.label')"
|
||||
to="/settings/profile"
|
||||
|
Loading…
Reference in New Issue
Block a user