diff options
| -rw-r--r-- | components/notificationsArea.tsx | 2 | 
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",  |