diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 182c1ac..b39df46 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -182,8 +182,7 @@ class Main extends Component { } {this.state.page == "#gallery" &&
- {console.log(this.state.photos)} - {this.state.photos.map((photos, index) => { + {this.state.photos.map((photos, index) =>
@@ -191,7 +190,7 @@ class Main extends Component { this.openGallery(index)}>Otevřít galerii
- })} + )}
} {this.state.page == "#gallery" && this.state.gallery_open &&