]> cat aescling's git repositories - mastodon.git/commitdiff
Fix settings modal
authorThibaut Girka <thib@sitedethib.com>
Tue, 23 Apr 2019 16:19:35 +0000 (18:19 +0200)
committerThibG <thib@sitedethib.com>
Tue, 23 Apr 2019 16:31:13 +0000 (18:31 +0200)
app/javascript/flavours/glitch/features/compose/containers/header_container.js

index 6f1978807949d73b5562d80271157eeb9e4ca60f..ce1dea3196455fc7a7209f223af37348bf9269e3 100644 (file)
@@ -11,7 +11,7 @@ const mapStateToProps = state => {
 };
 
 const mapDispatchToProps = (dispatch, { intl }) => ({
-  onOpenSettings (e) {
+  onSettingsClick (e) {
     e.preventDefault();
     e.stopPropagation();
     dispatch(openModal('SETTINGS', {}));