mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 03:28:25 +00:00
linter fix
This commit is contained in:
parent
43197885cd
commit
3dad6a50b3
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ export default {
|
|||
const url = 'https://images.igdb.com/igdb/image/upload/t_cover_small_2x/';
|
||||
|
||||
return this.games && this.games[this.id].cover
|
||||
? `${url}${this.games[this.id].cover.cloudinary_id}.jpg`
|
||||
: '/static/no-image.jpg';
|
||||
? `${url}${this.games[this.id].cover.cloudinary_id}.jpg`
|
||||
: '/static/no-image.jpg';
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue