debug gallery?
This commit is contained in:
parent
66c27213f1
commit
a01c8fa8d4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user