Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Sep 18, 2023
1 parent 3f5fb87 commit f9064cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/selectors/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ export function getIpfsGateway(state) {

export function getInfuraBlocked(state) {
return (
state.metamask.networksMetadata[getSelectedNetworkClientId(state)].status ===
NetworkStatus.Blocked
state.metamask.networksMetadata[getSelectedNetworkClientId(state)]
.status === NetworkStatus.Blocked
);
}

Expand Down

0 comments on commit f9064cb

Please sign in to comment.