diff --git a/src/components/FridgeItem.vue b/src/components/FridgeItem.vue index ad07a08be05bcd93ea2307a40bfab44468ec22a1..d9b8237d3c82fe46ac44dad37d259668e2070417 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>