add missing prop... (#4601)
This commit is contained in:
@@ -260,6 +260,7 @@ let FeedItem = ({
|
|||||||
visible={!isAuthorsExpanded}
|
visible={!isAuthorsExpanded}
|
||||||
authors={authors}
|
authors={authors}
|
||||||
onToggleAuthorsExpanded={onToggleAuthorsExpanded}
|
onToggleAuthorsExpanded={onToggleAuthorsExpanded}
|
||||||
|
showDmButton={item.type === 'starterpack-joined'}
|
||||||
/>
|
/>
|
||||||
<ExpandedAuthorsList visible={isAuthorsExpanded} authors={authors} />
|
<ExpandedAuthorsList visible={isAuthorsExpanded} authors={authors} />
|
||||||
<Text style={styles.meta}>
|
<Text style={styles.meta}>
|
||||||
|
|||||||
Reference in New Issue
Block a user