Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
progof committed Nov 3, 2024
1 parent 95aa3f7 commit 2207d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const progress = computed(() => {
>
<CategoriesIcon class="size-5 stroke-[1.7] text-zinc-700 text-sm" />
<span class="text-zinc-700" v-if="user">
{{ categories.length }} / 5
{{ categories ? categories.length : 0 }} / 5
</span>
</div>
<div
Expand Down

0 comments on commit 2207d4f

Please sign in to comment.