debug gallery?
This commit is contained in:
parent
079dfbf40a
commit
2be4b15cf9
@ -112,6 +112,7 @@ class Main extends Component {
|
||||
let photos_carousel = [];
|
||||
console.log(this.state.photos);
|
||||
if(this.state.gallery_open !== undefined){
|
||||
console.log(this.state.photos[this.state.gallery_open].photos)
|
||||
for (const photo of this.state.photos[this.state.gallery_open].photos){
|
||||
photos_gallery.push({
|
||||
src: photo.thumbnail,
|
||||
|
Loading…
x
Reference in New Issue
Block a user