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