Skip to content

Commit

Permalink
Merge pull request ZeusLN#1892 from shubhamkmr04/shubham/bug-on-oncha…
Browse files Browse the repository at this point in the history
…in-tx

Bug Fix: 'Proceed' and 'Send Coins' both showing for on-chain transac…
  • Loading branch information
kaloudis authored Dec 4, 2023
2 parents 786bd41 + ac691f1 commit d428819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ export default class Send extends React.Component<SendProps, SendState> {
</View>
)}

{destination && (
{destination && transactionType !== 'On-chain' && (
<View style={styles.button}>
<Button
title={localeString('general.proceed')}
Expand Down

0 comments on commit d428819

Please sign in to comment.