mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-13 14:49:47 +03:00
fix: resolve conflicts
This commit is contained in:
parent
66295199b4
commit
53dcd8b28f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
<button btn-action-icon :aria-label="$t('action.switch_account')">
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
<div :class="{ 'hidden xl:block': !isGuest }" i-ri:more-2-line />
|
<div :class="{ 'hidden xl:block': !isGuest }" i-ri:more-2-line />
|
||||||
<AccountAvatar v-if="!isGuest" xl:hidden :account="account" w-9 h-9 />
|
<AccountAvatar v-if="!isGuest" xl:hidden :account="currentUser.account" w-9 h-9 />
|
||||||
<span v-else>TODO: Guest</span>
|
<span v-else>TODO: Guest</span>
|
||||||
</button>
|
</button>
|
||||||
<template #popper="{ hide }">
|
<template #popper="{ hide }">
|
||||||
|
|
Loading…
Reference in a new issue