diff --git a/js/reducers/display.js b/js/reducers/display.js index b2c1ad1b..019cd37e 100644 --- a/js/reducers/display.js +++ b/js/reducers/display.js @@ -43,10 +43,7 @@ const display = (state = defaultDisplayState, action) => { case CLOSE_WINAMP: return { ...state, closed: true }; case LOADED: - return { - ...state, - loading: false - }; + return { ...state, loading: false }; case SET_SKIN_DATA: return { ...state,