Et2AvatarGroup: Show names on hover

This commit is contained in:
nathan 2022-08-17 08:52:05 -06:00
parent 3dd525d6d9
commit 6caaba1bca

View File

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