Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Jul 21, 2023
1 parent d4de85a commit 88daef7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/scripts/controllers/mmi-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,9 @@ export default class MMIController extends EventEmitter {
this.custodyController.getAccountDetails(address);
const extensionId = this.extension.runtime.id;

const { networkConfigurations: networkConfigurationId } = this.networkController.state;
const networkConfigurations = Object.values(networkConfigurationId);
const { networkConfigurations: networkConfigurationsById } =
this.networkController.state;
const networkConfigurations = Object.values(networkConfigurationsById);

const networks = [
...networkConfigurations,
Expand Down

0 comments on commit 88daef7

Please sign in to comment.