Fix follow dialog staying open on navigate
This commit is contained in:
parent
ad820913f7
commit
88bf22622d
|
@ -103,7 +103,7 @@ export function UserPage(props: {
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page key={user.id}>
|
||||||
<SEO
|
<SEO
|
||||||
title={`${user.name} (@${user.username})`}
|
title={`${user.name} (@${user.username})`}
|
||||||
description={user.bio ?? ''}
|
description={user.bio ?? ''}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user