diff --git a/src/entries/popup/pages/send/index.tsx b/src/entries/popup/pages/send/index.tsx index 7399445e05..850571f5fd 100644 --- a/src/entries/popup/pages/send/index.tsx +++ b/src/entries/popup/pages/send/index.tsx @@ -311,7 +311,7 @@ export function Send() { if ( !prevToAddressIsSmartContract && toAddressIsSmartContract && - !toEnsName.includes('argent.xyz') + !toEnsName?.includes('argent.xyz') ) { showToContractExplainer(); }