This repository was archived by the owner on Mar 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Merge from master #1214
Merged
Merged
Merge from master #1214
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f78a2a5
Merge pull request #1202 from onflow:1200-291
tombeckenham daf7c18
Corrected type issue getting the evm address when requesting accounts
tombeckenham 12e40fa
Merge pull request #1205 from onflow:1204-bug-error-returning-evmaddress
tombeckenham b98c662
Fixed back button and seed phrase import padding
tombeckenham 91c1192
Merge pull request #1207 from onflow:1206-bug-back-button-doesnt-appe…
tombeckenham 39d72a9
Turn off moving NFT from child until we can redo it
tombeckenham b493005
Corrected back button on create new profile
tombeckenham b21eb9b
Merge pull request #1210 from onflow:1208-bug-move-nft-from-child-broken
tombeckenham fd50b70
Now wants til wallet is loaded before redirecting
tombeckenham 4eef8fc
Re-enabled move button for main accounts
tombeckenham 4838cdd
Merge pull request #1212 from onflow:1208-bug-move-nft-from-child-bro…
tombeckenham File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The condition
currentWallet.addressmight throw ifcurrentWalletis null/undefined. Consider adding a null check:activeAccountType !== 'child' && currentWallet?.address