This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix
#3008
: props was not defined (
#3022
)
master
Wonderfall
7 years ago
committed by
Eugen Rochko
parent
0d70fe2659
commit
b65950bb2e
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/components/media_gallery.js
+ 1
- 1
app/javascript/mastodon/components/media_gallery.js
View File
@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent {
}
;
state
=
{
visible
:
!
props
.
sensitive
visible
:
!
this
.
props
.
sensitive
}
;
handleOpen
=
(
e
)
=>
{
Write
Preview
Loading…
Cancel
Save