File tree Expand file tree Collapse file tree
src/custom/CollaboratorAvatarGroup Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ const CollaboratorAvatarGroup = ({ users }: CollaboratorAvatarGroupProps): JSX.E
100100 alt = { user . name }
101101 src = { user . avatar_url }
102102 borderColor = { user . border_color }
103- style = { {
104- border : `1.25px solid ${ user . border_color } !important`
105- } }
106103 imgProps = { { referrerPolicy : 'no-referrer' } }
107104 onClick = { ( ) => openInNewTab ( `https://${ CLOUD_URL } /user/${ user . user_id } ` ) }
108105 />
@@ -145,9 +142,6 @@ const CollaboratorAvatarGroup = ({ users }: CollaboratorAvatarGroupProps): JSX.E
145142 alt = { user . name }
146143 src = { user . avatar_url }
147144 borderColor = { user . border_color }
148- style = { {
149- border : `1.25px solid ${ user . border_color } !important`
150- } }
151145 imgProps = { { referrerPolicy : 'no-referrer' } }
152146 />
153147 < UserName variant = "body1" > { user . name } </ UserName >
You can’t perform that action at this time.
0 commit comments