Fixed tag tile breaking page if no poster is available.
This commit is contained in:
parent
d4a486d2ae
commit
aa8412863b
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<a
|
<a
|
||||||
v-if="photo.entity"
|
v-if="photo?.entity"
|
||||||
v-tooltip="photo.entity.name"
|
v-tooltip="photo.entity.name"
|
||||||
:to="`/${photo.entity.type}/${photo.entity.slug}`"
|
:to="`/${photo.entity.type}/${photo.entity.slug}`"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue