Skip to content

Commit

Permalink
fix: Vue Délégué - Colonnes responsable et formateur inversées dans l…
Browse files Browse the repository at this point in the history
…a liste des délégations accordées
  • Loading branch information
QuentinPetel committed Jun 20, 2024
1 parent e68648b commit 85babd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/delegue/Relations.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ export const Relations = ({ delegue, callback }) => {
</Td>
<Td>
<Text lineHeight={6}>
<FormateurLibelle formateur={formateur} />
<ResponsableLibelle responsable={responsable} />
</Text>
</Td>
<Td>
<Text lineHeight={6}>
<ResponsableLibelle responsable={responsable} />
<FormateurLibelle formateur={formateur} />
</Text>
</Td>
<Td>
Expand Down

0 comments on commit 85babd5

Please sign in to comment.