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
1 changed files with 1 additions and 1 deletions

View File

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