fix spread

main
raboid 6 years ago committed by Michael Fix
parent 7226cd8601
commit 03b5b65613

@ -83,7 +83,7 @@ class Editor extends React.Component {
loading: false
}
const storedThemes = getThemes(localStorage)
const storedThemes = getThemes(localStorage) || []
newState.themes = [...storedThemes, ...this.state.themes]

Loading…
Cancel
Save