From d2522420b1c5a57c7ce0726b7cc102ea644800a7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 24 Jun 2022 09:48:58 -0700 Subject: [PATCH] We dont need to sync layout --- packages/web/components/templates/homeFeed/HomeFeedContainer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index dcf45f8fc..25f9121ec 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -510,7 +510,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { async (newLayout: LayoutType) => { if (layout === newLayout) return setLayout(newLayout) - userPersonalizationMutation({ libraryLayoutType: newLayout }) }, [layout, setLayout] )