From a01c8fa8d4b371eaf5789b011a3981898a32a301 Mon Sep 17 00:00:00 2001 From: Martin Quarda Date: Mon, 7 Oct 2024 17:37:14 +0200 Subject: [PATCH] debug gallery? --- frontend/src/scripts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index 21c0688..af8b769 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -112,6 +112,7 @@ class Main extends Component { let photos_carousel = []; if(this.state.gallery_open){ for (const photo of this.state.photos[this.state.gallery_open].photos){ + console.log(photo); photos_gallery.push({ src: photo.thumbnail, width: photo.original_width,