diff --git a/frontend/src/components/common/Game/Card/Base.vue b/frontend/src/components/common/Game/Card/Base.vue index d7ccb2153..44dfefd70 100644 --- a/frontend/src/components/common/Game/Card/Base.vue +++ b/frontend/src/components/common/Game/Card/Base.vue @@ -238,7 +238,7 @@ onBeforeUnmount(() => { cover content-class="d-flex flex-column justify-space-between" :class="{ pointer: pointerOnHover }" - :key="rom.id" + :key="romsStore.isSimpleRom(rom) ? rom.id : rom.name" :src="largeCover || fallbackCoverImage" :aspect-ratio="computedAspectRatio" >