This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Add missing parenthesis (
#24238
)
closed-social-glitch-2
Yamagishi Kazutoshi
1 year ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
Write
Preview
Loading…
Cancel
Save