Skip to content

Commit

Permalink
Fixed test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolive committed Sep 26, 2023
1 parent a90eeb9 commit de1cf9e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ const ConfirmAddCustodianToken = () => {
if (isConfirm) {
history.push(CUSTODY_ACCOUNT_ROUTE);
}

setIsLoading(false);
} catch (e) {
const errorMessage = e.message || 'Connection error';
setConnectError(errorMessage);
Expand Down

0 comments on commit de1cf9e

Please sign in to comment.