Update params typing
cgen-ebdeb1f9490d41e38fc0aecc85e3492f
This commit is contained in:
parent
4e757e62c3
commit
83aefda9bc
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const formatDate = (value?: string | null) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const ProfilePassport = () => {
|
const ProfilePassport = () => {
|
||||||
const params = useParams<{ id?: string }>();
|
const params = useParams<{ username?: string }>();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
const { user, linkedProviders } = useAuth();
|
const { user, linkedProviders } = useAuth();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue