Skip to content

Commit

Permalink
fix: fix due tasks not being displayed on dashboard (monicahq/chandle…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Dec 14, 2022
1 parent e53b7ac commit ac1a724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Vault/Dashboard/Partials/DueTasks.vue
Expand Up @@ -20,7 +20,7 @@
</h3>

<!-- list of tasks -->
<div v-if="data.tasks.length > 0">
<div v-if="data.tasks">
<ul class="mb-4 rounded-lg border border-gray-200 dark:border-gray-800 dark:bg-gray-900">
<li
v-for="task in data.tasks"
Expand Down

0 comments on commit ac1a724

Please sign in to comment.