Skip to content

Commit a4a54be

Browse files
committed
fix
1 parent 7ffa3df commit a4a54be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • apps/codebattle/assets/js/widgets/selectors

apps/codebattle/assets/js/widgets/selectors/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ export const editorDataSelector = (playerId, roomMachineState) => (state) => {
124124

125125
const currentLangSlug =
126126
roomMachineState &&
127-
roomMachineState.matches({
128-
replayer: replayerMachineStates.on,
129-
})
127+
roomMachineState.matches({
128+
replayer: replayerMachineStates.on,
129+
})
130130
? meta.historyCurrentLangSlug
131131
: meta.currentLangSlug;
132132

0 commit comments

Comments
 (0)