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