diff options
author | Hailey <me@haileyok.com> | 2024-06-22 00:24:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-22 10:24:45 +0300 |
commit | f75a429f089687599dbfde9935a6e7944a31b029 (patch) | |
tree | 8d97fbc7d73d312cc7ec301522ccfa5b94c3fd6f /src/view/com/notifications | |
parent | f089f4578131e83cd177b7809ce0f7b75779dfdc (diff) | |
download | voidsky-f75a429f089687599dbfde9935a6e7944a31b029.tar.zst |
add missing prop... (#4601)
Diffstat (limited to 'src/view/com/notifications')
-rw-r--r-- | src/view/com/notifications/FeedItem.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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'} /> <ExpandedAuthorsList visible={isAuthorsExpanded} authors={authors} /> <Text style={styles.meta}> |