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 (
|
||||
<Page>
|
||||
<Page key={user.id}>
|
||||
<SEO
|
||||
title={`${user.name} (@${user.username})`}
|
||||
description={user.bio ?? ''}
|
||||
|
|
Loading…
Reference in New Issue
Block a user