Skip to content

Commit

Permalink
🔀 Intégration des modifications de la release 3.33 (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque authored Nov 15, 2024
2 parents a2ce47e + 26749d5 commit 3a50f22
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ListeDemandeMainlevéePage: FC<ListeDemandeMainlevéeProps> = ({
actions={[]}
items={mainslevées.map((mainlevée) => ({
...mainlevée,
key: mainlevée.identifiantProjet,
key: `${mainlevée.identifiantProjet}#${mainlevée.demandéLe}`,
}))}
currentPage={currentPage}
totalItems={totalItems}
Expand Down

0 comments on commit 3a50f22

Please sign in to comment.