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' && (