diff --git a/frontend/pages/shopping-lists/_id.vue b/frontend/pages/shopping-lists/_id.vue index a86e4e71957..f7ef70b9ec6 100644 --- a/frontend/pages/shopping-lists/_id.vue +++ b/frontend/pages/shopping-lists/_id.vue @@ -57,18 +57,22 @@
-
- - {{ key }} + @click="toggleShowLabel(key)" + > + + {{ labelOpenState[key] ? $globals.icons.chevronDown : $globals.icons.chevronRight }} + + {{ key }} -
- + + +
- + +
+
@@ -301,7 +307,7 @@