Skip to content
Snippets Groups Projects
Unverified Commit 73a48318 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix error when rendering limited account in web UI (#19413)

parent 062b3c90
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ export default class Avatar extends React.PureComponent {
onMouseLeave={this.handleMouseLeave}
style={style}
role='img'
aria-label={account.get('acct')}
aria-label={account?.get('acct')}
/>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment