mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 20:51:36 +01:00
Fix settings modal
This commit is contained in:
parent
08afd6b69c
commit
3d722b0c4e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue