Fix follow dialog staying open on navigate

This commit is contained in:
James Grugett 2022-06-08 15:51:51 -05:00
parent ad820913f7
commit 88bf22622d

View File

@ -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 ?? ''}