Skip to content

Commit

Permalink
Merge pull request #4660 from nextcloud/bugfix/noid/overdue
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed May 10, 2023
2 parents c318916 + d028728 commit b9c8e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/overview/Overview.vue
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 b9c8e8f

Please sign in to comment.