Skip to content

Commit

Permalink
Environment: remove resolved todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Feb 2, 2025
1 parent 32ab980 commit a9d6d83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Environment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ const In: FunctionComponent<ComponentProps<typeof Environment>> = ({
})
const [elements, setElements] = useState(elementsWithIds)

// @TODO: penalize one star for invalid moves

useEffect(() => {
if (isDoneRunningRef.current) {
return
Expand Down

0 comments on commit a9d6d83

Please sign in to comment.