Skip to content

Commit

Permalink
Merge pull request #5455 from mintsoft/fix-compact-done-icon-5451
Browse files Browse the repository at this point in the history
Fixing #5451
  • Loading branch information
juliusknorr authored Jan 12, 2024
2 parents 1728239 + 211b9fb commit ec563a3
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 ec563a3

Please sign in to comment.