Feed with post views working
This commit is contained in:
@@ -23,7 +23,7 @@ let Feed = () => {
|
||||
Posts.map((post, i) => {
|
||||
return (
|
||||
//<Text key={i}>{post.content}</Text>
|
||||
<Post post={post} key={i}/>
|
||||
<Post post={post} viewer={Me} key={i}/>
|
||||
)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user