mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-09 20:18:48 +00:00
save
This commit is contained in:
parent
eba5d5edd7
commit
d59021b109
4 changed files with 177 additions and 278 deletions
|
@ -49,8 +49,9 @@ function Feed() {
|
|||
|
||||
return (
|
||||
<div className="feedContainer">
|
||||
|
||||
<main className="feedContent" ref={feedRef}>^
|
||||
<Post/>
|
||||
<main className="feedContent" ref={feedRef}>
|
||||
{posts.map((postId, idx) => (
|
||||
<TestPost key={idx} postId={postId} />
|
||||
))}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue