Bläddra i källkod

Recipes List: Set List as new default mode

Tatiana Inama 6 år sedan
förälder
incheckning
775bd55c2e
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 = (