remove prefetch false
This commit is contained in:
@@ -65,7 +65,6 @@ export default function FunnelStepDetails(props: Props) {
|
||||
render(profile) {
|
||||
return (
|
||||
<Link
|
||||
prefetch={false}
|
||||
href={`/${organizationSlug}/${projectId}/profiles/${profile.id}`}
|
||||
className="flex items-center gap-2 font-medium"
|
||||
>
|
||||
|
||||
@@ -39,7 +39,6 @@ const Footer = ({ framework }: Pick<Props, 'framework'>) => (
|
||||
Close
|
||||
</Button>
|
||||
<LinkButton
|
||||
prefetch={false}
|
||||
target="_blank"
|
||||
href={framework.href}
|
||||
className="flex-1"
|
||||
|
||||
Reference in New Issue
Block a user