fix type error

This commit is contained in:
Georges-Antoine Assi
2025-09-04 09:43:06 -04:00
parent 4b870d6571
commit fd736b9705

View File

@@ -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"
>