mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
fix type error
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user