Skip to content

Commit

Permalink
fix send crash (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored and derHowie committed Jul 24, 2023
1 parent b74ad4d commit 85d5417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entries/popup/pages/send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export function Send() {
if (
!prevToAddressIsSmartContract &&
toAddressIsSmartContract &&
!toEnsName.includes('argent.xyz')
!toEnsName?.includes('argent.xyz')
) {
showToContractExplainer();
}
Expand Down

0 comments on commit 85d5417

Please sign in to comment.