From 3880971e5742832afd3d897829a34892257674e7 Mon Sep 17 00:00:00 2001 From: Yana Date: Thu, 6 Mar 2025 21:34:22 +0200 Subject: [PATCH] delete double memo field in send modal --- nym-wallet/src/components/Send/SendInputModal.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/nym-wallet/src/components/Send/SendInputModal.tsx b/nym-wallet/src/components/Send/SendInputModal.tsx index c5bd398e85..7ca8bc3623 100644 --- a/nym-wallet/src/components/Send/SendInputModal.tsx +++ b/nym-wallet/src/components/Send/SendInputModal.tsx @@ -157,20 +157,6 @@ export const SendInputModal = ({ initialValue={userFees?.amount} fullWidth /> - onMemoChange(e.target.value)} - value={memo} - error={!memoIsValid} - helperText={ - !memoIsValid - ? ' The text is invalid, only alphanumeric characters and white spaces are allowed' - : undefined - } - InputLabelProps={{ shrink: true }} - fullWidth - /> )}