completionId: cgen-836988ea29df48d687e1de8bf44a5d82
cgen-836988ea29df48d687e1de8bf44a5d82
This commit is contained in:
parent
a4666a3e5b
commit
5dcda29eb5
1 changed files with 1 additions and 0 deletions
|
|
@ -503,6 +503,7 @@ export default function Feed() {
|
||||||
post={post}
|
post={post}
|
||||||
onLike={() => handleLike(post.id)}
|
onLike={() => handleLike(post.id)}
|
||||||
onComment={() => handleCommentClick(post.id)}
|
onComment={() => handleCommentClick(post.id)}
|
||||||
|
isLiked={userLikedPosts.has(post.id)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue