Skip to content

Commit f9ee691

Browse files
committed
Fix linter
1 parent ac234d5 commit f9ee691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/app/apps/codebattle/assets/js/widgets/pages/lobby/CreateGameDialog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const OpponentSelect = memo(({ setOpponent, opponent }) => {
3636
const dispatch = useDispatch();
3737
const currentUserId = useSelector(selectors.currentUserIdSelector);
3838
const { presenceList } = useSelector(selectors.lobbyDataSelector);
39-
39+
4040
const loadOptions = useCallback(
4141
(inputValue, callback) => {
4242
const queryParamsString = qs.stringify({

0 commit comments

Comments
 (0)