From 32804ec2965859073a92aa71a22d347cebf5352e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Sun, 9 Jun 2024 00:06:44 +0200 Subject: [PATCH] Disable prefetching on contributors page (website) (#5783) Disable prefetching on contributors list as it spams the server --- .../src/app/_components/contributors/AvatarGrid.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/twenty-website/src/app/_components/contributors/AvatarGrid.tsx b/packages/twenty-website/src/app/_components/contributors/AvatarGrid.tsx index 7735a41ec..d8e7a461a 100644 --- a/packages/twenty-website/src/app/_components/contributors/AvatarGrid.tsx +++ b/packages/twenty-website/src/app/_components/contributors/AvatarGrid.tsx @@ -67,7 +67,11 @@ const AvatarGrid = ({ users }: { users: User[] }) => { {users.map((user) => ( - +