feat: revert changed icon
This commit is contained in:
parent
f38f91d553
commit
555d8d26b9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ async function edit(listId: string) {
|
|||
btn-action-icon
|
||||
@click="() => edit(item.id)"
|
||||
>
|
||||
<span :class="indexOfUserInList(item.id) === -1 ? 'i-ri:user-follow-line' : 'i-ri:user-unfollow-line'" />
|
||||
<span :class="indexOfUserInList(item.id) === -1 ? 'i-ri:user-add-line' : 'i-ri:user-unfollow-line'" />
|
||||
</button>
|
||||
</CommonTooltip>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue