aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-03-14 14:57:51 +0100
committerlonkaars <l.leblansch@gmail.com>2021-03-14 14:57:51 +0100
commitf6e46892723059efe3ad7666f94d476c7d350c2c (patch)
tree6498746a1f177e92d82f850cbeebfb70c0a03e48
parent7b2c1682c326d8194397fb43825c602da6a6c915 (diff)
avatar in friend request :tada:
-rw-r--r--components/notificationsArea.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notificationsArea.tsx b/components/notificationsArea.tsx
index 86b90b7..1e92493 100644
--- a/components/notificationsArea.tsx
+++ b/components/notificationsArea.tsx
@@ -104,7 +104,7 @@ function FriendRequest(props: {
.then(() => setGone(true));
}}>
<a href={"/user?id=" + props.user.id}>
- <AccountAvatar size={48} dummy/>
+ <AccountAvatar size={48} id={props.user.id}/>
<div style={{
display: "inline-block",
verticalAlign: "top",