From 60a6c6416a4353544359264f4ec95e19663f7376 Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Tue, 7 Apr 2026 12:23:45 -0500 Subject: [PATCH] modified name --- src/components/reporteGraficas/Graficas/Polar.tsx | 2 ++ 1 file changed, 2 insertions(+) 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}

+ }
);