-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix send crash #766
fix send crash #766
Conversation
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
@@ -311,7 +311,7 @@ export function Send() { | |||
if ( | |||
!prevToAddressIsSmartContract && | |||
toAddressIsSmartContract && | |||
!toEnsName.includes('argent.xyz') | |||
!toEnsName?.includes('argent.xyz') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be failing in the typecheck
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Fixes https://rainbow-me.sentry.io/issues/4308530426/?project=4504012577112064&query=is%3Aunresolved&referrer=issue-stream&stream_index=0
Figma link (if any):
What changed (plus any additional context for devs)
missing an optional
Screen recordings / screenshots
What to test
Final checklist
yarn build
).