Skip to content

Commit

Permalink
replace followers computed flag (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-adams authored Sep 12, 2024
1 parent 42e3d68 commit 7d3cb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/components/GrantActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
data-follow-summary
>{{ followSummaryText }}</span>
<span
v-if="showFollowSummary && showNotesSummary"
v-if="grantHasFollowers && showNotesSummary"
class="mx-1"
>&bull;</span>
<span v-if="showNotesSummary">{{ notesSummaryText }}</span>
Expand Down

0 comments on commit 7d3cb9b

Please sign in to comment.