mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-14 04:00:32 +03:00
fix(settings): hydration mismatch
This commit is contained in:
parent
b0b0bb2f9c
commit
28e26f6b12
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue