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 +1 -1
- package/store/data.store.ts +1 -1
package/package.json
CHANGED
package/store/data.store.ts
CHANGED
|
@@ -1530,7 +1530,7 @@ export const useDataStore = defineStore('data', {
|
|
|
1530
1530
|
},
|
|
1531
1531
|
async getCurrencies() {
|
|
1532
1532
|
try {
|
|
1533
|
-
const makeCall = !this.isLKA
|
|
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;
|