WIP: funcion/faltantes-y-sobrantes #52

Draft
atasistro wants to merge 39 commits from funcion/faltantes-y-sobrantes into master
Showing only changes of commit c6059f57e1 - Show all commits

View file

@ -46,8 +46,7 @@ const mutations = {
state.migas.reverse().pop(); state.migas.reverse().pop();
}, },
migasFaltantesYSobrantes(state) { migasFaltantesYSobrantes(state) {
const migaAdmin = { nombre: 'Administración', action: 'ui/toggleFaltantesYSobrantes' } state.migas[0] = { nombre: 'Administración', action: 'ui/toggleFaltantesYSobrantes' };
state.migas[0] = migaAdmin;
} }
}; };