Skip to content

Commit

Permalink
Merge pull request #2278 from daostack/cw-2252-correct-circle-visibil…
Browse files Browse the repository at this point in the history
…ity-string

Display correct circle visibility for feedItems #2252
  • Loading branch information
andreymikhadyuk authored Oct 31, 2023
2 parents 5c3a84c + 1244810 commit 9560f66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const DiscussionFeedCard = forwardRef<FeedItemRef, DiscussionFeedCardProps>(
}

const circleVisibility = governanceCircles
? getVisibilityString(governanceCircles, discussion?.circleVisibility)
? getVisibilityString(governanceCircles, item?.circleVisibility)
: undefined;

return (
Expand Down

0 comments on commit 9560f66

Please sign in to comment.