Skip to content
Snippets Groups Projects
Unverified Commit c8ba4930 authored by Martin Schoeler's avatar Martin Schoeler Committed by GitHub
Browse files

[FIX] Use etag on user info (#19349)

parent 45430fa2
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ export const UserInfo = React.memo(function UserInfo({ ...@@ -46,7 +46,7 @@ export const UserInfo = React.memo(function UserInfo({
return <VerticalBar.ScrollableContent p='x24' {...props}> return <VerticalBar.ScrollableContent p='x24' {...props}>
<Avatar size={'x332'} username={username}/> <Avatar size={'x332'} username={username} etag={data?.avatarETag}/>
{actions} {actions}
......
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