Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a32402

Browse files
committed
Use avatar url
1 parent fb32677 commit 1a32402

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/pages/TemplatePage/TemplateInsightsPage/TemplateInsightsPage.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ const UserLatencyPanel = (props: BoxProps) => {
8888
}}
8989
>
9090
<Box sx={{ display: "flex", alignItems: "center", gap: 1.5 }}>
91-
<UserAvatar username={row.username} avatarURL="" />
91+
<UserAvatar
92+
username={row.username}
93+
avatarURL={row.avatar_url}
94+
/>
9295
<Box sx={{ fontWeight: 500 }}>{row.username}</Box>
9396
</Box>
9497
<Box

0 commit comments

Comments
 (0)