Skip to content

Commit

Permalink
correction affichage de fin pour CDI (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ornella452 authored Aug 14, 2024
1 parent b914233 commit c1aaa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/connected/coordinateur/conseillers/Conseiller.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Conseiller({ conseiller }) {
'-'}
</td>
<td style={{ width: '7rem' }}>
{conseiller?.dateDebutDeContrat ?
{conseiller?.dateFinDeContrat ?
dayjs(conseiller.dateFinDeContrat).format('DD/MM/YYYY') :
'-'}
</td>
Expand Down

0 comments on commit c1aaa31

Please sign in to comment.