Skip to content

Commit

Permalink
Merge pull request #5457 from nextcloud/backport/5455/stable28
Browse files Browse the repository at this point in the history
[stable28] Fixing #5451
  • Loading branch information
juliusknorr authored Jan 12, 2024
2 parents 2c49960 + 8965bc2 commit f41070c
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 f41070c

Please sign in to comment.