Skip to content

Commit

Permalink
Merge branch 'development' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed May 27, 2018
2 parents 41e8393 + 5be7a9c commit 1ae8d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chat/states/ducks/settings/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const update = ( field, value ) => ( dispatch, getState, api ) => {

export const restore = () => ( dispatch, getState, api ) => {

api.changeLanguage( constants.defaultSettings.locale );
dispatch( actions.restore() );

dispatch( actions.restore );
api.changeLanguage( constants.defaultSettings.locale );
};


Expand Down

0 comments on commit 1ae8d45

Please sign in to comment.