logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b65950bb2e12eaafb1c5419737af7e1f94d901f4
parent: 0d70fe26590433c06948a2827ea582b53fdfd6a1
Author: Wonderfall <wonderfall@targaryen.house>
Date:   Fri, 12 May 2017 20:58:41 +0200

fix #3008 : props was not defined (#3022)


Diffstat:

Mapp/javascript/mastodon/components/media_gallery.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/javascript/mastodon/components/media_gallery.js b/app/javascript/mastodon/components/media_gallery.js @@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent { }; state = { - visible: !props.sensitive + visible: !this.props.sensitive }; handleOpen = (e) => {