Skip to content

Commit

Permalink
code review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Nov 6, 2023
1 parent 97fdf72 commit 90d178c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ const ProposalFeedCard = forwardRef<FeedItemRef, ProposalFeedCardProps>(
menuItems={menuItems}
ownerId={item.userId}
hasUnseenMention={
feedItemUserMetadata?.hasUnseenMention ?? !isFeedItemUserFetched
feedItemUserMetadata?.hasUnseenMention ??
!isFeedItemUserMetadataFetched
}
>
{renderContent()}
Expand Down

0 comments on commit 90d178c

Please sign in to comment.