fix(core): update

This commit is contained in:
2023-01-07 13:41:24 +01:00
parent 9c9bd4a180
commit 93c73c36c8
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ export class DeesIcon extends DeesElement {
`;
}
firstUpdated() {
public async firstUpdated() {
if (this.brandName && !this.iconName) {
this.shadowRoot.querySelector('#iconContainer').innerHTML = icon(
faIcons[this.brandName]