Add missing parenthesis (#24238)

This commit is contained in:
Yamagishi Kazutoshi 2023-03-24 12:35:43 +09:00 committed by GitHub
parent d1b057a0ac
commit 6e8711ff91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,4 +66,4 @@ class ComposePanel extends React.PureComponent {
}
export default connect(ComposePanel);
export default connect()(ComposePanel);