Fix settings modal

lolsob-rspec
Thibaut Girka 2019-04-23 18:19:35 +02:00 committed by ThibG
parent 2d2eca5bda
commit 86108e7af7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const mapStateToProps = state => {
};
const mapDispatchToProps = (dispatch, { intl }) => ({
onOpenSettings (e) {
onSettingsClick (e) {
e.preventDefault();
e.stopPropagation();
dispatch(openModal('SETTINGS', {}));