Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Oct 13, 2022
1 parent 42f51f8 commit 8589906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/providers/espresso/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class QEPWXContextProvider extends mix(ExecutableContextProvider).with(
RESTART_MODE: this.RESTART_MODE,
ATOMIC_SPECIES: this.ATOMIC_SPECIES,
...QEPWXContextProvider.getMaterialContext(this.material),
...QEPWXContextProvider.QEPWXContextProvider.getMaterialsContext(this.materials),
...QEPWXContextProvider.getMaterialsContext(this.materials),
};
}

Expand Down

0 comments on commit 8589906

Please sign in to comment.