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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user