mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Fix: small fixes to friends menu
This commit is contained in:
@@ -29,18 +29,18 @@ export function Friend({ user }: Props) {
|
||||
subtext = <UserStatus user={user} />
|
||||
actions.push(
|
||||
<>
|
||||
<IconButton type="circle"
|
||||
onClick={stopPropagation}>
|
||||
<Link to={'/open/' + user._id}>
|
||||
<Link to={'/open/' + user._id}>
|
||||
<IconButton type="circle"
|
||||
onClick={stopPropagation}>
|
||||
<PhoneCall size={20} />
|
||||
</Link>
|
||||
</IconButton>
|
||||
<IconButton type="circle"
|
||||
onClick={stopPropagation}>
|
||||
<Link to={'/open/' + user._id}>
|
||||
</IconButton>
|
||||
</Link>
|
||||
<Link to={'/open/' + user._id}>
|
||||
<IconButton type="circle"
|
||||
onClick={stopPropagation}>
|
||||
<Envelope size={20} />
|
||||
</Link>
|
||||
</IconButton>
|
||||
</IconButton>
|
||||
</Link>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user