Skip to content

Commit

Permalink
Fix prettier for feed item component
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 18, 2025
1 parent 69952ef commit c73eac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/feed/FeedItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
<div class="flex items-center space-x-3 pb-2">
<Icon
v-if="item.itemType = 'group'"
v-if="(item.itemType = 'group')"
:name="IconMap.PEOPLE"
size="1.5em"
/>
Expand Down

0 comments on commit c73eac3

Please sign in to comment.