Skip to content

Commit

Permalink
πŸš‘ μ˜ˆμ‹œ μ½”λ“œ 버그 ν”½μŠ€ (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Sep 14, 2024
1 parent aaf32a3 commit 9a121d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lecture/src/assignments/MakeGame/assignment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const logic = [
``,
` return {`,
` result: resultRow,`,
` isMoved: row.some((cell, i) => cell !== result[i]),`,
` isMoved: row.some((cell, i) => cell !== resultRow[i]),`,
` };`,
`};`,
``,
Expand Down

0 comments on commit 9a121d0

Please sign in to comment.