Component Update

This commit is contained in:
2025-04-13 07:52:39 -04:00
parent bdd9ac6ea3
commit 73cd3bbb70
2 changed files with 12 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ function Mobile() {
<div className="space-y-6">
{friendsPostsData.map((post, index) => (
<Post
showDeleteButton={false} // No delete option for friends' posts
key={index}
post={post}
allowReactions={true} // Allow reactions for friends' posts