We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1a6c3c + 141ed6c commit 44dc609Copy full SHA for 44dc609
src/components/menu-bar/menu-bar.jsx
@@ -683,8 +683,7 @@ const mapDispatchToProps = dispatch => ({
683
onRequestCloseLogin: () => dispatch(closeLoginMenu()),
684
onClickNew: canSave => dispatch(requestNewProject(canSave)),
685
onClickSave: () => dispatch(saveProject()),
686
- onSeeCommunity: () => dispatch(setPlayer(true)),
687
- onShare: () => {} // NOTE: implement this
+ onSeeCommunity: () => dispatch(setPlayer(true))
688
});
689
690
export default injectIntl(connect(
0 commit comments