Skip to content

Commit e97847b

Browse files
committed
hot fix
1 parent d87ac05 commit e97847b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/Posts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ const Posts = ({ setNewPost }) => {
320320
</FilesWrapper>
321321
))}
322322
<CommentBox comments={p.comments}></CommentBox>
323-
<WriteComment post_id={p._id + i}></WriteComment>
323+
<WriteComment post_id={p._id}></WriteComment>
324324
</PostWrapper>
325325
);
326326
})}

0 commit comments

Comments
 (0)