fix: TypeScript errors — NominatimItem import, unknown ReactNode, unused deliveryType, effect generics, export name

This commit is contained in:
kirill.komarov
2026-05-13 22:16:00 +05:00
parent a06f9cf2c4
commit c6b542bd95
7 changed files with 12 additions and 14 deletions
@@ -207,8 +207,7 @@ export function OrderDetailPage() {
<OrderPaymentSection
status={order.status}
paymentMethod={order.paymentMethod}
deliveryType={order.deliveryType}
paymentMethod={order.paymentMethod ?? null}
totalCents={order.totalCents}
isPayPending={payMut.isPending}
payError={payMut.error}