mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-27 04:46:41 +00: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