fix: sync Transactions.tsx changes
All checks were successful
Deploy Canina / deploy (push) Successful in 41s

This commit is contained in:
parsa aghaei 2026-08-22 15:03:58 +03:30
parent 62288a83e9
commit f9e40564cf

View File

@ -60,6 +60,7 @@ interface Transaction {
email?: string;
} | null;
order?: {
orderNumber: string;
id: string;
trackingNumber?: string;
totalAmount: number | string;