mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 07:34:41 +08:00
Merge pull request #8773 from andrej-scinote/aj_SCI_12234
Fix cursor for user group member page [SCI-12234]
This commit is contained in:
commit
c4f523c18c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
</GeneralDropdown>
|
||||
</div>
|
||||
<div v-else>
|
||||
<div class="flex items-center gap-1 cursor-pointer h-9">
|
||||
<div class="flex items-center gap-1 h-9">
|
||||
<div v-for="(user, i) in visibleUsers" :key="i" :title="user.full_name">
|
||||
<img :src="user.avatar" class="w-7 h-7 rounded-full" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue