diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 87d234a..3107a12 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -195,9 +195,9 @@ class Main extends Component { )} } - {this.state.page == "#gallery" && this.state.gallery_open && + {this.state.page == "#gallery" && this.state.gallery_open !== undefined &&