mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
fixing classes on search tokens
This commit is contained in:
parent
c27fb9c7d0
commit
274ddbbdfd
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<ul class="tokens" v-if="filteredRoles.length > 0">
|
||||
<li
|
||||
v-for="role in filteredRoles.slice(0, 10)"
|
||||
@class="[role.team]"
|
||||
:class="[role.team]"
|
||||
:key="role.id"
|
||||
@click="setRole(role)"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue