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() {
return state.lastFetch !== null;
},
barrio() {
return state.nombre?.replace('_admin','') ?? '';
},
hayPedidos() {
return state.pedidos?.length > 0;
},