add missing prop... (#4601)
parent
f089f45781
commit
f75a429f08
|
@ -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}>
|
||||
|
|
Loading…
Reference in New Issue