Change imageUrl asignment
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
c2745a673c
commit
f4dbf95095
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue