sforkowany z mirror/soapbox
Merge branch 'shortcuts-fix' into 'develop'
Fix hotkeys modal 'link' See merge request soapbox-pub/soapbox-fe!977party-hat
commit
e0322916d1
|
@ -27,8 +27,9 @@ const mapStateToProps = state => {
|
|||
};
|
||||
|
||||
const mapDispatchToProps = (dispatch, { intl }) => ({
|
||||
onOpenHotkeys() {
|
||||
onOpenHotkeys(e) {
|
||||
dispatch(openModal('HOTKEYS'));
|
||||
e.preventDefault();
|
||||
},
|
||||
onClickLogOut(e) {
|
||||
dispatch(logOut(intl));
|
||||
|
|
Ładowanie…
Reference in New Issue