preserve cart & checkout elment on refersh

This commit is contained in:
2025-12-31 16:23:37 +03:00
parent 71e1d71c96
commit 2416b37069
9 changed files with 46 additions and 34 deletions

View File

@@ -55,7 +55,6 @@ export default function CardDetailsPage() {
navigate(`/${subdomain}/checkout`);
}, [subdomain]);
return (
<Layout>
<ProHeader>{t("cardDetails.title")}</ProHeader>
@@ -132,7 +131,7 @@ export default function CardDetailsPage() {
layout="vertical"
style={{ display: "flex", flexDirection: "column", gap: 16 }}
>
<GiftAmountCard />
{giftDetails?.giftType !== "items" && <GiftAmountCard />}
<ReceivernformationCard />
<SenderformationCard />
<TimeEstimateCard />