funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 2ee7fca584 - Show all commits

View file

@ -54,7 +54,7 @@ const getters = {
.replace('login', '')
.split('/')
.filter(x => x.length);
return split.length ? split[0] : 'pedido';
return split[0] ?? 'pedido';
},
titulos() {
let rol = getters.urlRol();