fix(checkout): fix syntax and hook structure in CheckoutPage
All checks were successful
Deploy Canina / deploy (push) Successful in 3m0s
All checks were successful
Deploy Canina / deploy (push) Successful in 3m0s
This commit is contained in:
parent
b13699f955
commit
93126c1724
@ -258,6 +258,8 @@ export default function CheckoutPage() {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-medical-gray-50/60 py-4 sm:py-8 px-3 sm:px-6 font-vazir w-full max-w-full overflow-x-hidden text-right" dir="rtl">
|
||||
<div className="max-w-7xl mx-auto w-full">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user