Skip to content

Commit 3c11f7a

Browse files
committed
test(web-server): fix active Board story
1 parent 61a8fb0 commit 3c11f7a

File tree

1 file changed

+1
-1
lines changed
  • apps/web-server/src/components/models/room/Room/subcomponents/components/Board

1 file changed

+1
-1
lines changed

apps/web-server/src/components/models/room/Room/subcomponents/components/Board/Board.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const backgroundActiveBoardProps: Props = {
109109
const meta = {
110110
title: 'models/room/Room/Board',
111111
component: Default,
112-
args: { myParticipantRole: 'Player', boardProps: boardEditorProps, removeActiveBoard: true },
112+
args: { myParticipantRole: 'Player', boardProps: boardEditorProps, removeActiveBoard: false },
113113
parameters: {
114114
chromatic: { delay: 1000 },
115115
},

0 commit comments

Comments
 (0)