Open comments on singlepost view
This commit is contained in:
@@ -21,7 +21,7 @@ let NotificationsView = ({ navigation, route }) => {
|
||||
<Text style={{ fontWeight: 'normal', fontSize: 12 }}>
|
||||
{" " + Moment(item.ts).fromNow()}
|
||||
</Text>
|
||||
<SinglePost postId={item.postid} />
|
||||
<SinglePost postId={item.postid} hideComments={true} />
|
||||
</Card.Content>
|
||||
</Card>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user