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] )