Skip to content

Commit

Permalink
Merge branch 'feature/add-only-necessary-default-boards-on-login' of h…
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Jun 26, 2024
2 parents 3d7fff1 + 74ee5db commit 8f369d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Board/__tests__/Board.reducer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const initialState = {
isFixed: false,
images: [],
isLiveMode: false,
improvedPhrase: ''
improvedPhrase: '',
unnecesaryDefaultBoardsRemoved: false
};

describe('reducer', () => {
Expand Down

0 comments on commit 8f369d9

Please sign in to comment.