Change imageUrl asignment
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
William Buezas 2025-02-26 14:04:54 -03:00
parent c2745a673c
commit f4dbf95095
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ export const useAppStore = defineStore('hedera', {
if (!data) return;
const [config] = data;
this.imageUrl = config?.url;
this.imageUrl = data[0]?.url;
} catch (err) {
console.error(err);
}