Skip to content

Commit

Permalink
Fix: Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
2YH02 committed Nov 9, 2023
1 parent 47afe9b commit 2a6291d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Main/CreateGameModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const CreateGameModal = ({ setModal }: Props) => {
);
setUserList(filter);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [users.result]);

// 방제목 input 저장
Expand Down

0 comments on commit 2a6291d

Please sign in to comment.