fix: inicialização do analitico
This commit is contained in:
parent
2599060fa1
commit
3b3c8cd2c7
|
|
@ -748,9 +748,10 @@ export default function Teste() {
|
|||
{row.grupo}
|
||||
</span>
|
||||
{row.codigo_grupo && (
|
||||
<span className="text-xs text-gray-500 bg-gray-100 px-2 py-1 rounded">
|
||||
{row.codigo_grupo}
|
||||
</span>
|
||||
// <span className="text-xs text-gray-500 bg-gray-100 px-2 py-1 rounded">
|
||||
// {row.codigo_grupo}
|
||||
// </span>
|
||||
<></>
|
||||
)}
|
||||
</div>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue