From 96913df4d18d9d4992a69d30d1b502fd712b05f2 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Wed, 23 Dec 2020 19:42:56 -0400 Subject: [PATCH] comments --- src/redux/createStore.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redux/createStore.js b/src/redux/createStore.js index b3e472f..2b81d47 100644 --- a/src/redux/createStore.js +++ b/src/redux/createStore.js @@ -56,9 +56,9 @@ const reducer = (state, action) => { }) } - // Funcionalidad para cambiar entre las diferentes secciones del menu - // Se puede agregar una propiedad "data" con informacion - // que podrĂ¡n manipular los demas componentes del menu + // Fuctionality to change between the different sections of the menu + // a "data" property can be added with information + // that can be handled by the other menu components if (action.type === 'MENU_NAVIGATION') { return Object.assign({}, state, { menuNavigation: {