Make avatars in AvatarGroup always round

This commit is contained in:
nathan 2022-08-25 09:17:05 -06:00
parent c8cfd79b4b
commit fe42b206c5

View File

@ -82,7 +82,7 @@ export class Et2AvatarGroup extends Et2Widget(LitElement)
.contactId="${contact.id}"
.label="${contact.label}"
.title="${contact.label}"
${this.shape ? html`.shape="${this.shape}"` : ''}
shape="circle"
size=""
></et2-avatar>`;
}