Valtio and new tab menu
This commit is contained in:
@@ -13,7 +13,7 @@ let SinglePost = ({ route }) => {
|
||||
}, [route]);
|
||||
return (post._id ? (
|
||||
<ScrollView>
|
||||
<Post post={post} viewer={route.params.viewer} />
|
||||
<Post post={post}/>
|
||||
</ScrollView>
|
||||
) : null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user