Skip to content
Snippets Groups Projects
Unverified Commit 6e8711ff authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by GitHub
Browse files

Add missing parenthesis (#24238)

parent d1b057a0
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,4 @@ class ComposePanel extends React.PureComponent {
}
export default connect(ComposePanel);
export default connect()(ComposePanel);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment