Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 29, 2023
1 parent 5392644 commit 66d3b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/BoardGame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function BoardGame() {
<Board
dirty={false}
currentNode={currentNode}
arrows={[]}
arrows={new Map()}
headers={headers}
editingMode={false}
toggleEditingMode={() => undefined}
Expand Down

0 comments on commit 66d3b76

Please sign in to comment.