YouMightAlsoLike: enhnace UI + styles

This commit is contained in:
2026-01-01 12:14:02 +03:00
parent 3b0b8ceab6
commit a6abb089d2
9 changed files with 177 additions and 147 deletions

View File

@@ -28,7 +28,7 @@ export default function useOrder() {
items,
coupon,
tip,
tables,
table,
specialRequest,
phone,
estimateTime,
@@ -74,7 +74,7 @@ export default function useOrder() {
comment: specialRequest,
delivery_method: getDeliveryMethod(),
timeslot: "",
table_id: tables[0],
table_id: table,
deliveryType: orderType,
type: "table-pickup",
// user_id: id,
@@ -169,7 +169,7 @@ export default function useOrder() {
phone,
specialRequest,
getDeliveryMethod,
tables,
table,
orderType,
restaurantID,
items,