From f75a429f089687599dbfde9935a6e7944a31b029 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 22 Jun 2024 00:24:45 -0700 Subject: add missing prop... (#4601) --- src/view/com/notifications/FeedItem.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 2f8d65a1d..4f84385d2 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -260,6 +260,7 @@ let FeedItem = ({ visible={!isAuthorsExpanded} authors={authors} onToggleAuthorsExpanded={onToggleAuthorsExpanded} + showDmButton={item.type === 'starterpack-joined'} /> -- cgit 1.4.1