fix: motorina0's camel-case nitpick

This commit is contained in:
Tiago Vasconcelos 2023-03-27 15:39:07 +01:00
parent d267583e42
commit a88f0ee1d2
3 changed files with 5 additions and 6 deletions

View file

@ -186,7 +186,7 @@
v-if="!isLoading && activeStall"
:stall="stalls.find(stall => stall.id == activeStall)"
:products="filterProducts"
:stallproducts="products.filter(p => p.stall_id == activeStall)"
:stall-products="products.filter(p => p.stall_id == activeStall)"
:product-detail="activeProduct"
:relays="relays"
:account="account"