diff --git a/src/components/reporteGraficas/Graficas/Polar.tsx b/src/components/reporteGraficas/Graficas/Polar.tsx index 14fd3bb..efbeb4f 100644 --- a/src/components/reporteGraficas/Graficas/Polar.tsx +++ b/src/components/reporteGraficas/Graficas/Polar.tsx @@ -86,7 +86,9 @@ export default function Polar({ tipo, filtros }: Props) { return (
+ {tipo === 'PROFESOR' ?

PROFESOR Y TECNICO

:

{tipo}

+ }
);