Skip to content

Commit

Permalink
chore: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Sep 4, 2024
1 parent 7a9f340 commit c18b58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scaffold-ui/src/views/w3m-networks-view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ export class W3mNetworksView extends LitElement {
if (ChainController.state.noAdapters) {
RouterController.push('ConnectingWalletConnect')
} else {
// eslint-disable-next-line no-lonely-if
if (isCurrentNamespaceConnected) {
RouterController.push('SwitchActiveChain', {
switchToChain: network.chainNamespace,
Expand Down

0 comments on commit c18b58b

Please sign in to comment.