fix(settings): hydration mismatch

pull/649/head
三咲智子 2022-12-30 04:15:53 +08:00
rodzic b0b0bb2f9c
commit 28e26f6b12
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 69992F2250DFD93E
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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"