Browse Source

Add missing parenthesis (#24238)

closed-social-glitch-2
Yamagishi Kazutoshi 1 year ago
committed by GitHub
parent
commit
6e8711ff91
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/mastodon/features/ui/components/compose_panel.jsx

+ 1
- 1
app/javascript/mastodon/features/ui/components/compose_panel.jsx View File

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

Loading…
Cancel
Save