forked from treehouse/mastodon
Fix settings modal
parent
08afd6b69c
commit
3d722b0c4e
|
@ -11,7 +11,7 @@ const mapStateToProps = state => {
|
|||
};
|
||||
|
||||
const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||
onOpenSettings (e) {
|
||||
onSettingsClick (e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
dispatch(openModal('SETTINGS', {}));
|
||||
|
|
Loading…
Reference in New Issue