diff --git a/httpdocs/assets/js/safekat/pages/configuracion/error_presupuesto/errorPresupuesto.js b/httpdocs/assets/js/safekat/pages/configuracion/error_presupuesto/errorPresupuesto.js index 904e11ec..96a0d032 100644 --- a/httpdocs/assets/js/safekat/pages/configuracion/error_presupuesto/errorPresupuesto.js +++ b/httpdocs/assets/js/safekat/pages/configuracion/error_presupuesto/errorPresupuesto.js @@ -9,7 +9,7 @@ class ErrorPresupuestoView { { data: 'lastUser', searchable: true, sortable: false }, { data: 'visto', searchable: false, sortable: false , render : (d,t) => { - const iconClass = d ? "ti ti-sm ti-check" : "ti ti-sm ti-x" + const iconClass = d == "1" ? "ti ti-sm ti-check" : "ti ti-sm ti-x" return `` } },