mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
We dont need to sync layout
This commit is contained in:
parent
004a6a25ab
commit
d2522420b1
1 changed files with 0 additions and 1 deletions
|
|
@ -510,7 +510,6 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
|||
async (newLayout: LayoutType) => {
|
||||
if (layout === newLayout) return
|
||||
setLayout(newLayout)
|
||||
userPersonalizationMutation({ libraryLayoutType: newLayout })
|
||||
},
|
||||
[layout, setLayout]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue