Se modifico procesos pedimento
This commit is contained in:
@@ -1158,7 +1158,7 @@ export default function Procesos() {
|
|||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm text-gray-900 font-mono">
|
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm text-gray-900 font-mono">
|
||||||
{typeof proc.pedimento === 'object' && proc.pedimento !== null
|
{typeof proc.pedimento === 'object' && proc.pedimento !== null
|
||||||
? proc.pedimento.pedimento_app || proc.pedimento.pedimento || JSON.stringify(proc.pedimento)
|
? proc.pedimento.pedimento_app || proc.pedimento.pedimento_app || JSON.stringify(proc.pedimento)
|
||||||
: proc.pedimento}
|
: proc.pedimento}
|
||||||
</td>
|
</td>
|
||||||
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm text-gray-700">
|
<td className="px-4 py-4 whitespace-nowrap align-middle text-sm text-gray-700">
|
||||||
|
|||||||
Reference in New Issue
Block a user