Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Feb 17, 2024
1 parent 54605a5 commit 8c367a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/route-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export abstract class RouteUtils {

static getEnabledLayersForNetwork(network: Network): Layer[] {
return (fixedLayer ? [fixedLayer] : Object.values(Layer)).filter(
layer => this.ENABLED_LAYERS_FOR_NETWORK[network][layer],
layer => RouteUtils.ENABLED_LAYERS_FOR_NETWORK[network][layer],
)
}

Expand Down

0 comments on commit 8c367a7

Please sign in to comment.