Previously in compact mode, if there was no due date ever set

and the card was marked as complete, you could not see the tick

Signed-off-by: Rob Emery <git@mintsoft.net>
This commit is contained in:
Rob Emery
2024-01-11 16:05:07 +00:00
parent 83348d12a4
commit 211b9fbde2

View File

@@ -58,7 +58,7 @@
@keyup.stop>{{ card.title }}</span>
</h3>
<DueDate v-if="compactMode && card.duedate" :card="card" />
<DueDate v-if="compactMode" :card="card" />
<CardMenu v-if="showMenuAtTitle" :card="card" class="right card-menu" />
</div>