Skip to content
Snippets Groups Projects
Commit 50dbd26c authored by Katarzyna Szlejter's avatar Katarzyna Szlejter :cat2:
Browse files

Update FridgeItem.vue

parent 8d9c1c21
No related branches found
No related tags found
No related merge requests found
Pipeline #226689 passed
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment