modified name

This commit is contained in:
2026-04-07 12:23:45 -05:00
parent 48805c093e
commit 60a6c6416a
@@ -86,7 +86,9 @@ export default function Polar({ tipo, filtros }: Props) {
return (
<div>
{tipo === 'PROFESOR' ?<h4>PROFESOR Y TECNICO</h4>:
<h4>{tipo}</h4>
}
<canvas ref={canvasRef} height={200} width={350}></canvas>
</div>
);