bug: cant open dm chat
This commit is contained in:
parent
a56591996b
commit
dcf854ddbb
@ -39,7 +39,7 @@ export default function ProfileImage({
|
||||
}, [user, pubkey, overrideUsername]);
|
||||
|
||||
return (
|
||||
<Link className={`pfp${className ? ` ${className}` : ""}`} to={link === undefined ? profileLink(pubkey) : ""}>
|
||||
<Link className={`pfp${className ? ` ${className}` : ""}`} to={link === undefined ? profileLink(pubkey) : link}>
|
||||
<div className="avatar-wrapper">
|
||||
<Avatar user={user} />
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user