diff --git a/app/javascript/mastodon/reducers/local_settings.js b/app/javascript/mastodon/reducers/local_settings.js index c6581fe2e..4f00c20d4 100644 --- a/app/javascript/mastodon/reducers/local_settings.js +++ b/app/javascript/mastodon/reducers/local_settings.js @@ -2,7 +2,7 @@ import { LOCAL_SETTING_CHANGE } from '../actions/local_settings'; import { STORE_HYDRATE } from '../actions/store'; import Immutable from 'immutable'; -const initialState = Immutable.Map({ +const initialState = Immutable.fromJS({ layout : 'auto', stretch : true, collapsed : {