Skip to content

Commit

Permalink
fix gallery modal url key tracking probably
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp authored Jun 30, 2024
1 parent 3b6aab5 commit f459eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/gallery/gallery-modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<template v-for="(group, i) in grouped">
<div class="d-flex flex-row pb-2 pb-sm-0" :key="`dialog-intern-${i}`">
<template v-for="(url, j) in group">
<div class="gallery-dialog-texture-container px-2 pb-sm-2" :key="`${i}-${j}`">
<div class="gallery-dialog-texture-container px-2 pb-sm-2" :key="url.name">
<gallery-image
modal
:src="url.image"
Expand Down

0 comments on commit f459eca

Please sign in to comment.