typo
This commit is contained in:
parent
728472d7bc
commit
8fb34cbbb0
@ -34,7 +34,7 @@ export default function ProfileImage({
|
||||
const navigate = useNavigate();
|
||||
const user = useUserProfile(pubkey);
|
||||
const nip05 = defaultNip ? defaultNip : user?.nip05;
|
||||
const width = useClientWidth();
|
||||
const width = usePageWidth();
|
||||
|
||||
const name = useMemo(() => {
|
||||
return getDisplayName(user, pubkey);
|
||||
|
Loading…
x
Reference in New Issue
Block a user