Gift Info Modal: Render resale price always (#6142)
This commit is contained in:
parent
fb7ebf1857
commit
16b26c6e42
@ -423,7 +423,7 @@ const GiftInfoModal = ({
|
||||
<div
|
||||
className={styles.modalHeader}
|
||||
>
|
||||
{canBuyGift && (
|
||||
{Boolean(resellPrice?.amount) && (
|
||||
<div className={styles.giftResalePriceContainer}>
|
||||
{resellPrice.currency === TON_CURRENCY_CODE
|
||||
? formatTonAsIcon(lang, resellPrice.amount, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user