0
0
Fork 0

Add data-avatar-of="@..." to all user avatars

This commit is contained in:
Ondřej Hruška 2017-08-06 21:07:26 +02:00
parent 7de0fa698d
commit 91836d577e
2 changed files with 3 additions and 2 deletions

View file

@ -64,6 +64,7 @@ export default class Avatar extends React.PureComponent {
onMouseEnter={this.handleMouseEnter}
onMouseLeave={this.handleMouseLeave}
style={style}
data-avatar-of={`@${account.get('acct')}`}
/>
);
}