diff --git a/frontend/src/components/ItemModel.vue b/frontend/src/components/ItemModel.vue index bc9f24c..7474ba9 100644 --- a/frontend/src/components/ItemModel.vue +++ b/frontend/src/components/ItemModel.vue @@ -1,4 +1,5 @@ + {{ userEmail }} @@ -55,7 +56,10 @@ class="item" :key="item.id"> - {{ item.name.toUpperCase() }} {{ item.quantity }}{{ item.unit.toLowerCase() }} + + {{ item.name.toUpperCase() }} + {{ item.quantity }} {{ item.unit.toLowerCase() }} + @@ -65,7 +69,7 @@ - +