mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix error when rendering limited account in web UI (#19413)
This commit is contained in:
parent
062b3c9090
commit
73a48318a1
@ -64,7 +64,7 @@ export default class Avatar extends React.PureComponent {
|
|||||||
onMouseLeave={this.handleMouseLeave}
|
onMouseLeave={this.handleMouseLeave}
|
||||||
style={style}
|
style={style}
|
||||||
role='img'
|
role='img'
|
||||||
aria-label={account.get('acct')}
|
aria-label={account?.get('acct')}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user