diff --git a/components/topup-to-pay.tsx b/components/topup-to-pay.tsx index 9c8ba25..57da350 100644 --- a/components/topup-to-pay.tsx +++ b/components/topup-to-pay.tsx @@ -61,50 +61,50 @@ export default function TopupToPay({
- {!topup?.paid || - topup?.is_expired || - (topup?.status !== "CANCELLED" && ( -
-

Please send the following amount to the payment address

- - {topup?.paid ? ( - - ) : ( -
-
- - - -
- )} -
- ))} + {(!topup?.paid || + !topup?.is_expired || + topup?.status !== "CANCELLED") && ( +
+

Please send the following amount to the payment address

+ + {topup?.paid ? ( + + ) : ( +
+
+ + + +
+ )} +
+ )}