Skip to content

Commit

Permalink
Previously in compact mode, if there was no due date ever set
Browse files Browse the repository at this point in the history
and the card was marked as complete, you could not see the tick

Signed-off-by: Rob Emery <[email protected]>
  • Loading branch information
mintsoft committed Jan 11, 2024
1 parent 83348d1 commit 211b9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/CardItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 211b9fb

Please sign in to comment.