Make the list the default layout for new users
This commit is contained in:
@ -938,7 +938,7 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
|
||||
const { viewerData } = useGetViewerQuery()
|
||||
const [layout, setLayout] = usePersistedState<LayoutType>({
|
||||
key: 'libraryLayout',
|
||||
initialValue: 'GRID_LAYOUT',
|
||||
initialValue: 'LIST_LAYOUT',
|
||||
})
|
||||
|
||||
const updateLayout = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user