mirror of
https://github.com/romancm/gamebrary
synced 2024-11-24 20:23:06 +00:00
platformNames null check
This commit is contained in:
parent
0ed2548c40
commit
2ad4a691c4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
</b-card-text>
|
</b-card-text>
|
||||||
|
|
||||||
<template v-slot:footer>
|
<template v-slot:footer>
|
||||||
<b-avatar-group>
|
<b-avatar-group v-if="platformNames.length">
|
||||||
<!-- eslint-disable-next-line -->
|
<!-- eslint-disable-next-line -->
|
||||||
<b-avatar :src="`/static/platform-logos/${platformNames[id].slug}.${platformNames[id].logoFormat}`"
|
<b-avatar :src="`/static/platform-logos/${platformNames[id].slug}.${platformNames[id].logoFormat}`"
|
||||||
v-for="id in board.platforms"
|
v-for="id in board.platforms"
|
||||||
|
|
Loading…
Reference in a new issue