Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Jan 13, 2025
1 parent 2b2e9dc commit 782c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/element/id/AssetIdenticon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class AssetIdenticon extends LitElement {

@state() whitelist: string[] = [];

override async updated() {
override async firstUpdated() {
this.whitelist = await MetadataStore.getInstance().externalWhitelist();
}

Expand Down

0 comments on commit 782c9e5

Please sign in to comment.