fix: missed logged in users squares
This commit is contained in:
parent
e5a9bd7370
commit
597ebae042
|
@ -25,7 +25,7 @@ const switchUser = (user: UserLogin) => {
|
|||
hover="filter-none op100"
|
||||
@click="switchUser(user)"
|
||||
>
|
||||
<AccountAvatar w-13 h-13 :account="user.account" />
|
||||
<AccountAvatar w-13 h-13 :account="user.account" square />
|
||||
</button>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
@ -33,7 +33,7 @@ const switchUser = (user: UserLogin) => {
|
|||
aria-label="Switch user"
|
||||
@click="switchUser(user)"
|
||||
>
|
||||
<AccountInfo :account="user.account" :hover-card="false" />
|
||||
<AccountInfo :account="user.account" :hover-card="false" square />
|
||||
<div flex-auto />
|
||||
<div v-if="user.token === currentUser?.token" i-ri:check-line text-primary mya text-2xl />
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue