From 50dbd26cbd53a02c72777727f59dd855dfe16c10 Mon Sep 17 00:00:00 2001 From: Katarzyna Szlejter <katarzsz@stud.ntnu.no> Date: Fri, 5 May 2023 15:07:07 +0200 Subject: [PATCH] Update FridgeItem.vue --- src/components/FridgeItem.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/FridgeItem.vue b/src/components/FridgeItem.vue index ad07a08..d9b8237 100644 --- a/src/components/FridgeItem.vue +++ b/src/components/FridgeItem.vue @@ -9,6 +9,7 @@ this.fridgeItem.amount.quantity }}{{ this.fridgeItem.item.amount.unit }}</p> <p class="expText" :style="{color:expirationTextColor}">{{expirationText}}</p> + <p>{{this.fridgeItem.status}}</p> </div> <div id = "appleBtn" @click="appleBtnPressed"> <Icon icon="game-icons:apple-core" :color="iconColor" :style="{ fontSize: iconSize }" /> @@ -146,4 +147,4 @@ img { cursor:pointer; } -</style> \ No newline at end of file +</style> -- GitLab