From c013635a1a4070ca7fd7559461164d7b6253a4f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Estev=C3=A3o?=
Date: Sat, 7 Dec 2024 17:08:27 -0300
Subject: [PATCH 1/2] fix: value should be null, not undefined
---
react/lib/components/Widget/AltpaymentWidget.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/react/lib/components/Widget/AltpaymentWidget.tsx b/react/lib/components/Widget/AltpaymentWidget.tsx
index 7c7a1469..6d5a9507 100644
--- a/react/lib/components/Widget/AltpaymentWidget.tsx
+++ b/react/lib/components/Widget/AltpaymentWidget.tsx
@@ -414,7 +414,7 @@ export const AltpaymentWidget: React.FunctionComponent = props
{altpaymentEditable ? (
-
-
- {selectedCoin?.coin}
-
+
+
+
+
+
) : (
Send {pairAmount} {selectedCoin?.name}