Skip to content

Commit

Permalink
fix wrong field use
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabau committed Nov 13, 2023
1 parent 7320497 commit a5fa65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/collab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const MatchRequestPage = () => {
{ duration: 60000, id: "timeout", position: "top-center" },
);
}
}, [time, curUserMatchRequest]);
}, [time, isCurUserMatchFetching]);

useEffect(() => {
if (!curUserMatchRequest) {
Expand Down

0 comments on commit a5fa65f

Please sign in to comment.