mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 21:08:07 +01:00
parent
0d70fe2659
commit
b65950bb2e
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent {
|
|||
};
|
||||
|
||||
state = {
|
||||
visible: !props.sensitive
|
||||
visible: !this.props.sensitive
|
||||
};
|
||||
|
||||
handleOpen = (e) => {
|
||||
|
|
Loading…
Reference in a new issue