pull/118/head
Jon Eugster 3 years ago
parent 57351025c9
commit 5ff7a87696

@ -168,7 +168,7 @@ export function selectProgress(game: string) {
/** return progress for the current game if it exists */ /** return progress for the current game if it exists */
export function selectDifficulty(game: string) { export function selectDifficulty(game: string) {
return (state) => { return (state) => {
return state.progress.games[game].difficulty ?? DEFAULT_DIFFICULTY return state.progress.games[game]?.difficulty ?? DEFAULT_DIFFICULTY
} }
} }

Loading…
Cancel
Save