Browse Source

Initial store for local settings is now Immutable all the way down

closed-social-glitch-2
kibigo! 7 years ago
parent
commit
2d8ebdcc72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/reducers/local_settings.js

+ 1
- 1
app/javascript/mastodon/reducers/local_settings.js View File

@ -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 : {

Loading…
Cancel
Save