Explorar o código

Recipes List: Set List as new default mode

Tatiana Inama %!s(int64=6) %!d(string=hai) anos
pai
achega
775bd55c2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: [],
   id: '',
   result: undefined,
-  layout: Layout.VerticalSplit
+  layout: Layout.List
 };
 
 export const recipesReducer = (