Skip to content

Commit

Permalink
Set the loading to false
Browse files Browse the repository at this point in the history
  • Loading branch information
chloehjung15 committed Mar 9, 2023
1 parent e1cc39c commit b37a4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screen/wallets/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ const WalletsAdd = () => {

const clearInvalidNodeError = () => {
setInvalidNode(false);
setIsLoading(false);
}

return (
Expand Down

0 comments on commit b37a4ec

Please sign in to comment.