From d31602f518732401723c58827e5934270da28aa1 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 17:45:29 +0200 Subject: [PATCH] fix --- frontend/src/scripts/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 &&
- +
} {this.state.page == "" &&