Skip to content

Commit

Permalink
Merge pull request #4662 from nextcloud/backport/4660/stable26
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr authored May 10, 2023
2 parents af6111b + ac31ff6 commit ee7fcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overview/Overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>

<div v-else-if="isValidFilter" class="overview">
<div v-if="assignedCardsDashboard.length > 0" class="dashboard-column">
<div class="dashboard-column">
<h3>{{ t('deck', 'Overdue') }}</h3>
<div v-for="card in assignedCardsDashboard.overdue" :key="card.id">
<CardItem :id="card.id" />
Expand Down

0 comments on commit ee7fcef

Please sign in to comment.