mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-03 21:42:44 +00:00
Fix settings modal
This commit is contained in:
parent
08afd6b69c
commit
3d722b0c4e
|
@ -11,7 +11,7 @@ const mapStateToProps = state => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const mapDispatchToProps = (dispatch, { intl }) => ({
|
const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||||
onOpenSettings (e) {
|
onSettingsClick (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
dispatch(openModal('SETTINGS', {}));
|
dispatch(openModal('SETTINGS', {}));
|
||||||
|
|
Loading…
Reference in a new issue