We dont need to sync layout

This commit is contained in:
Jackson Harper
2022-06-24 09:48:58 -07:00
parent 004a6a25ab
commit d2522420b1

View File

@ -510,7 +510,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
async (newLayout: LayoutType) => {
if (layout === newLayout) return
setLayout(newLayout)
userPersonalizationMutation({ libraryLayoutType: newLayout })
},
[layout, setLayout]
)