Skip to content

Commit

Permalink
SOF-6927: update made.js with renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Mar 6, 2024
1 parent f42fc35 commit b34565a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@exabyte-io/code.js": "2023.11.22-0",
"@exabyte-io/eslint-config": "^2022.11.17-0",
"@exabyte-io/made.js": "git+https://github.com/Exabyte-io/made.js.git#4cba6aba4f289dbd4eef232bc44533fba1457532",
"@exabyte-io/made.js": "git+https://github.com/Exabyte-io/made.js.git#00eec7c00079b686a8cb7591f85e1a06f2f5f647",
"@exabyte-io/application-flavors.js": "git+https://github.com/Exabyte-io/application-flavors.git#b25b433276e4b874de525b44ad6f9a6e8624aa6d",
"chai": "^4.3.4",
"eslint": "7.32.0",
Expand Down
2 changes: 1 addition & 1 deletion src/context/providers/espresso/providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class QEPWXContextProvider extends mix(ExecutableContextProvider).with(

static atomSymbolsWithLabels(material) {
const elm = material.Basis.elementsArray;
const labels = material.Basis.atomic_label_arr;
const labels = material.Basis.atomicLabelsArray;
const elmWithLabel = elm.map((label, idx) => label + labels[idx]);
return [...new Set(elmWithLabel)];
}
Expand Down

0 comments on commit b34565a

Please sign in to comment.