funcion/pedido-ollas #47

Merged
rho merged 92 commits from funcion/pedido-ollas into master 2025-07-15 11:27:30 -03:00
Showing only changes of commit 5a9d7cb54b - Show all commits

View file

@ -61,6 +61,9 @@ const getters = {
grupoDeCompraDefinido() { grupoDeCompraDefinido() {
return state.lastFetch !== null; return state.lastFetch !== null;
}, },
barrio() {
return state.nombre?.replace('_admin','') ?? '';
},
hayPedidos() { hayPedidos() {
return state.pedidos?.length > 0; return state.pedidos?.length > 0;
}, },