diff --git a/app/soapbox/features/ui/components/link_footer.js b/app/soapbox/features/ui/components/link_footer.js index f85caf09a..5f7dc87c9 100644 --- a/app/soapbox/features/ui/components/link_footer.js +++ b/app/soapbox/features/ui/components/link_footer.js @@ -27,8 +27,9 @@ const mapStateToProps = state => { }; const mapDispatchToProps = (dispatch, { intl }) => ({ - onOpenHotkeys() { + onOpenHotkeys(e) { dispatch(openModal('HOTKEYS')); + e.preventDefault(); }, onClickLogOut(e) { dispatch(logOut(intl));