mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-14 18:47:15 -05:00
@@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent {
|
||||
};
|
||||
|
||||
state = {
|
||||
visible: !props.sensitive
|
||||
visible: !this.props.sensitive
|
||||
};
|
||||
|
||||
handleOpen = (e) => {
|
||||
|
||||
Reference in New Issue
Block a user