Skip to content

Commit

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

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

const networks = [
...networkConfigurations,
Expand Down

0 comments on commit d4de85a

Please sign in to comment.