Skip to content

Commit d119242

Browse files
Fix formatting in AccountView component
Co-Authored-By: nacho@reown.com <nacho@reown.com>
1 parent 4297e21 commit d119242

File tree

1 file changed

+1
-1
lines changed
  • packages/scaffold/src/views/w3m-account-view

1 file changed

+1
-1
lines changed

packages/scaffold/src/views/w3m-account-view/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function AccountView() {
4040

4141
const onNetworkPress = () => {
4242
const isNetworkSupported = NetworkController.isActiveNetworkInRequestedNetworks();
43-
43+
4444
if (AccountController.state.isConnected && !isNetworkSupported) {
4545
RouterController.push('UnsupportedChain');
4646
} else {

0 commit comments

Comments
 (0)