Skip to content

Commit

Permalink
chore: fix infinite set state issue
Browse files Browse the repository at this point in the history
  • Loading branch information
armagandalkiran committed Dec 25, 2024
1 parent 193d614 commit 5f7413f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ const GroomingBoardParticipants = () => {
setSortedParticipants([...groomingInfoParticipants]);
}
}, [
groomingInfo.isResultShown,
groomingInfoParticipants,
groomingInfo.metrics,
groomingInfo.participants,
groomingInfo,
]);

return (
Expand Down

0 comments on commit 5f7413f

Please sign in to comment.