Skip to content

Commit

Permalink
remove unused class
Browse files Browse the repository at this point in the history
  • Loading branch information
robguthrie committed May 10, 2024
1 parent f656602 commit 73e3b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue/src/components/common/recipients_autocomplete.vue
Expand Up @@ -387,7 +387,7 @@ div.recipients-autocomplete
user-avatar(v-if="data.item.type == 'user'", :user="data.item.user", :size="24" no-link)
common-icon.mr-1(v-else small name="data.item.icon")
v-list-item-content.announcement-chip__content
v-list-item-title.align-center
v-list-item-title
span {{data.item.name}}
span(v-if="data.item.type == 'user' && currentUserId == data.item.id")
space
Expand Down

0 comments on commit 73e3b5c

Please sign in to comment.