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: {