浏览代码

Recipes List: Set List as new default mode

Tatiana Inama 6 年之前
父节点
当前提交
775bd55c2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      recipes/src/containers/Recipes/List/reducers.ts

+ 1 - 1
recipes/src/containers/Recipes/List/reducers.ts

@@ -9,7 +9,7 @@ const initialState: RecipeState = {
   shoppingCart: [],
   shoppingCart: [],
   id: '',
   id: '',
   result: undefined,
   result: undefined,
-  layout: Layout.VerticalSplit
+  layout: Layout.List
 };
 };
 
 
 export const recipesReducer = (
 export const recipesReducer = (