From 16b26c6e42daa6187196e98124d3efc343f12737 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 21 Aug 2025 12:05:36 +0200 Subject: [PATCH] Gift Info Modal: Render resale price always (#6142) --- src/components/modals/gift/info/GiftInfoModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/gift/info/GiftInfoModal.tsx b/src/components/modals/gift/info/GiftInfoModal.tsx index 93ae28df3..5536b521f 100644 --- a/src/components/modals/gift/info/GiftInfoModal.tsx +++ b/src/components/modals/gift/info/GiftInfoModal.tsx @@ -423,7 +423,7 @@ const GiftInfoModal = ({
- {canBuyGift && ( + {Boolean(resellPrice?.amount) && (
{resellPrice.currency === TON_CURRENCY_CODE ? formatTonAsIcon(lang, resellPrice.amount, {