mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
comments
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user