fix: motorina0's camel-case nitpick
This commit is contained in:
parent
d267583e42
commit
a88f0ee1d2
3 changed files with 5 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue