This commit is contained in:
Alejandro Tasistro 2025-06-23 16:34:07 -03:00
parent 5020d406bf
commit 05dc58710d

View file

@ -103,7 +103,7 @@ const getters = {
}; };
case 'comisiones': case 'comisiones':
return { return {
fondo: "has-background-grey-light", fondo: "",
texto: "", texto: "",
botones: "is-dark" botones: "is-dark"
}; };