Skip to content

Commit

Permalink
Update _id.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetzel402 authored Sep 16, 2024
1 parent 98e6f99 commit 7f4ccbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/shopping-lists/_id.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<!-- View By Label -->
<div v-else>
<div v-for="(value, key, idx) in itemsByLabel" :key="key" class="mb-6">
<div v-for="(value, key) in itemsByLabel" :key="key" class="mb-6">
<div @click="toggleShowChecked()">
<!-- Create Item -->
<div v-if="createEditorOpen">
Expand Down

0 comments on commit 7f4ccbd

Please sign in to comment.