hl-core 0.0.10-beta.47 → 0.0.10-beta.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hl-core",
3
- "version": "0.0.10-beta.47",
3
+ "version": "0.0.10-beta.48",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "nuxt.config.ts",
@@ -1530,7 +1530,7 @@ export const useDataStore = defineStore('data', {
1530
1530
  },
1531
1531
  async getCurrencies() {
1532
1532
  try {
1533
- const makeCall = !this.isLKA || !this.isLKA_A;
1533
+ const makeCall = !this.isLKA && !this.isLKA_A;
1534
1534
  if (makeCall) {
1535
1535
  const currencies = await this.api.getCurrencies();
1536
1536
  this.currencies = currencies;