mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
Fix the checkout
This commit is contained in:
parent
ce2a5c0979
commit
9063552459
|
@ -38,9 +38,7 @@
|
||||||
} else {
|
} else {
|
||||||
totalPrice = 1.50 + Cart.getTotalPrice();
|
totalPrice = 1.50 + Cart.getTotalPrice();
|
||||||
}
|
}
|
||||||
unavailableItems = Cart.getEntries().some(([_, item]) => {
|
unavailableItems = Cart.getEntries().some(([_, item]) => !item.data.availability);
|
||||||
item.data.availability === false
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|
||||||
let leafletMap: Map;
|
let leafletMap: Map;
|
||||||
|
|
Loading…
Reference in a new issue