Skip to content

Commit

Permalink
fix: reply flickering 해결 - comment/child comment api 통합하기 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ontheway-01 committed Mar 27, 2024
1 parent 8a56d59 commit ac0006d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ export const PostReplyComments: React.FC<{ model: Model.Comment }> = observer(({

useEffect(() => {
fetch(model.id);

return () => {
reset();
//reset();
resetState();
};
}, [model.id]);
Expand Down

0 comments on commit ac0006d

Please sign in to comment.