Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Aug 16, 2024
1 parent e27e6ad commit 3613298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GalleryImageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export default {
}
// initialize buffer order to begin of permuted array
this.rndIncides = this.rndIncidesFull.slice(0, 5);
console.log("Initial random indices: ", this.rndIncides);
console.log('Initial random indices: ', this.rndIncides);
this.currentSlideIndex = this.rndIncides[2];
} else {
this.currentSlideIndex = this.indexSelected;
Expand Down

0 comments on commit 3613298

Please sign in to comment.