Merged in fix/do-not-prefetch-edit-profile-link (pull request #535)
fix: don't prefetch the edit profile link
This commit is contained in:
@@ -44,7 +44,7 @@ export default async function Profile({ params }: PageArgs<LangParams>) {
|
|||||||
</Title>
|
</Title>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<Button asChild intent="primary" size="small" theme="base">
|
<Button asChild intent="primary" size="small" theme="base">
|
||||||
<Link color="none" href={profileEdit[getLang()]}>
|
<Link prefetch={false} color="none" href={profileEdit[getLang()]}>
|
||||||
{formatMessage({ id: "Edit profile" })}
|
{formatMessage({ id: "Edit profile" })}
|
||||||
</Link>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user