Skip to content

Commit

Permalink
updated data-componentids
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintha Isuru committed Nov 13, 2023
1 parent 915bde1 commit c4e1982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,10 @@ export const GuestUsersList: FunctionComponent<GuestUsersListInterface> = (
image
as="h6"
className="header-with-icon"
data-componentid={ `${ componentId }-item-heading` }
data-componentid={ `${ componentId }-item-image` }
>
<UserAvatar
data-componentid={ `${ componentId }-item-image` }
data-componentid={ `${ componentId }-item-image-inner` }
name={ invite.email }
size="mini"
image={ invite.email }
Expand Down

0 comments on commit c4e1982

Please sign in to comment.