Gift Info Modal: Render resale price always (#6142)

This commit is contained in:
Alexander Zinchuk 2025-08-21 12:05:36 +02:00
parent fb7ebf1857
commit 16b26c6e42

View File

@ -423,7 +423,7 @@ const GiftInfoModal = ({
<div <div
className={styles.modalHeader} className={styles.modalHeader}
> >
{canBuyGift && ( {Boolean(resellPrice?.amount) && (
<div className={styles.giftResalePriceContainer}> <div className={styles.giftResalePriceContainer}>
{resellPrice.currency === TON_CURRENCY_CODE {resellPrice.currency === TON_CURRENCY_CODE
? formatTonAsIcon(lang, resellPrice.amount, { ? formatTonAsIcon(lang, resellPrice.amount, {