Skip to content

Commit

Permalink
SOF-6927: fix NTYP_WITH_LABELS get method
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Mar 12, 2024
1 parent 0f69fd0 commit 949c7c5
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 @@ -59,7 +59,7 @@ export class QEPWXContextProvider extends mix(ExecutableContextProvider).with(
return material.Basis.uniqueElements.length;
}

static NTYP_WITH_LABELS() {
get NTYP_WITH_LABELS() {
return this.atomSymbolsWithLabels.length;
}

Expand Down

0 comments on commit 949c7c5

Please sign in to comment.