Skip to content

Commit

Permalink
Refactor table to include 'Desde' column for date of disablement
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelmarain committed Oct 16, 2024
1 parent b4adb6b commit 0ef9ba8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const Tabla: React.FC<TablaProps> = ({ headers, data }) => {
'DNI': 'user',
'Estado financiero': 'estado_financiero',
'Legajo': 'legajo',
'Desde': 'fecha_inhabilitacion'
};
const navigate = useNavigate();

Expand Down

0 comments on commit 0ef9ba8

Please sign in to comment.