1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-03-26 14:49:05 +01:00

fix : props was not defined ()

This commit is contained in:
Wonderfall 2017-05-12 20:58:41 +02:00 committed by Eugen Rochko
parent 0d70fe2659
commit b65950bb2e

View file

@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent {
};
state = {
visible: !props.sensitive
visible: !this.props.sensitive
};
handleOpen = (e) => {