From ac691f1ef6668d4308c1b377a191f412c4661645 Mon Sep 17 00:00:00 2001 From: shubham Date: Mon, 4 Dec 2023 18:25:01 +0530 Subject: [PATCH] Bug Fix: 'Proceed' and 'Send Coins' both showing for on-chain transactions --- views/Send.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/Send.tsx b/views/Send.tsx index 591824ea8..5d8c61239 100644 --- a/views/Send.tsx +++ b/views/Send.tsx @@ -953,7 +953,7 @@ export default class Send extends React.Component { )} - {destination && ( + {destination && transactionType !== 'On-chain' && (