diff --git a/app/features/receive/receive-cashu-token.tsx b/app/features/receive/receive-cashu-token.tsx index 3fbb3a48b..87e0d8570 100644 --- a/app/features/receive/receive-cashu-token.tsx +++ b/app/features/receive/receive-cashu-token.tsx @@ -286,22 +286,22 @@ export default function ReceiveToken({ {claimableToken && receiveAccount ? (
{giftCard ? ( - giftCard.purpose === 'gift-card' ? ( -
+
+ {giftCard.purpose === 'gift-card' ? ( - {giftCard.addCardDisclaimer && ( -

- {giftCard.addCardDisclaimer} -

- )} -
- ) : ( - - ) + ) : ( + + )} + {giftCard.addCardDisclaimer && ( +

+ {giftCard.addCardDisclaimer} +

+ )} +
) : ( {giftCard ? ( - giftCard.purpose === 'gift-card' ? ( -
+
+ {giftCard.purpose === 'gift-card' ? ( - {giftCard.addCardDisclaimer && ( -

- {giftCard.addCardDisclaimer} -

- )} -
- ) : ( - - ) + ) : ( + + )} + {giftCard.addCardDisclaimer && ( +

+ {giftCard.addCardDisclaimer} +

+ )} +
) : (