diff options
Diffstat (limited to 'pages/search.tsx')
-rw-r--r-- | pages/search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/search.tsx b/pages/search.tsx index 66e16d2..50a2410 100644 --- a/pages/search.tsx +++ b/pages/search.tsx @@ -34,7 +34,7 @@ function SearchResult(props: { user: userInfo }) { padding: 12 }} fullwidth href={"/user?id=" + props.user.id}> <div style={{ position: "relative" }}> - <AccountAvatar size={48} dummy/> + <AccountAvatar size={48} id={props.user.id}/> <div style={{ position: "absolute", top: 0, right: 0, bottom: 0, |