Skip to content

Commit

Permalink
Add missing parenthesis (mastodon#24238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 24, 2023
1 parent d1b057a commit 6e8711f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ class ComposePanel extends React.PureComponent {

}

export default connect(ComposePanel);
export default connect()(ComposePanel);

0 comments on commit 6e8711f

Please sign in to comment.