mirror of
https://github.com/jbcr/core.git
synced 2026-04-02 14:22:22 +02:00
fix vue listing without an image
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
>
|
||||
<!-- column thumbnail -->
|
||||
<div
|
||||
v-if="size === 'normal'"
|
||||
v-if="size === 'normal' && record.extras.image !== null"
|
||||
class="listing__row--item is-thumbnail"
|
||||
:style="`background-image: url(${record.extras.image.path})`"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user