kanban - fix client brief step when no files
This commit is contained in:
parent
cf6ff8cbbb
commit
e63f1188c8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<!-- All images -->
|
||||
<figure
|
||||
v-if="step.id === 'clientBrief' && step.files[0].type === 'image'"
|
||||
v-if="step.id === 'clientBrief' && step.files[0]?.type === 'image'"
|
||||
class="card__images"
|
||||
:data-count="step.files.length"
|
||||
:data-plus="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue