Skip to content

Commit

Permalink
display correct circle visibilty string
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Oct 30, 2023
1 parent 5c3a84c commit 1244810
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 1244810

Please sign in to comment.