Add missing parenthesis (#24238)
This commit is contained in:
parent
e272fc91e4
commit
8b68ca7e61
1 changed files with 1 additions and 1 deletions
|
@ -66,4 +66,4 @@ class ComposePanel extends React.PureComponent {
|
|||
|
||||
}
|
||||
|
||||
export default connect(ComposePanel);
|
||||
export default connect()(ComposePanel);
|
||||
|
|
Loading…
Reference in a new issue