Skip to content

Commit

Permalink
fix(bingo): 빙고 다 선택안했는데 진입되는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
4roring committed Jun 15, 2024
1 parent 7a8a4c4 commit c3d40f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Bingo/BingoPresenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const BingoPresenter = (props: BingoPresenterProps) => {
props.myWord1 === "" &&
props.myWord2 === "" &&
props.myWord3 === "" &&
props.myWord3 === ""
props.myWord4 === ""
) {
toast.error("단어를 선택해주세요.");
return;
Expand Down

0 comments on commit c3d40f7

Please sign in to comment.