Skip to content

Commit

Permalink
fix: some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Dec 4, 2024
1 parent 3b8d82a commit 44f8043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/wallets/src/okx/pages/networkList.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ export class NetworkList {
await this.page
.getByText('Connecting to')
.waitFor({ state: 'hidden' });
} catch {}
} catch {
console.log('No need to await loading after changing network');
}
return;
}
});
Expand Down

0 comments on commit 44f8043

Please sign in to comment.