Skip to content
Snippets Groups Projects
Commit b65950bb authored by Wonderfall's avatar Wonderfall Committed by Eugen Rochko
Browse files

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

parent 0d70fe26
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class MediaGallery extends React.PureComponent {
};
state = {
visible: !props.sensitive
visible: !this.props.sensitive
};
handleOpen = (e) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment