mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
fix issue in board avatars
This commit is contained in:
parent
b2ae21dfd8
commit
0ed2548c40
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<!-- eslint-disable-next-line -->
|
||||
<b-avatar :src="`/static/platform-logos/${platformNames[id].slug}.${platformNames[id].logoFormat}`"
|
||||
v-for="id in board.platforms"
|
||||
:key="id.slug"
|
||||
:key="id"
|
||||
variant="light"
|
||||
size="sm"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue