Skip to content

Commit

Permalink
fix order search result
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Aug 29, 2024
1 parent 6000236 commit 1e8dded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/src/components/SearchResults/SearchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const SearchResults = ({
},
headName: "SIRET",
link: ({ siret }) => `/establishment/${siret}`,
sortKey: "siret",
},
{
accessor: ({ etatAdministratifEtablissement, siret }) => {
Expand Down

0 comments on commit 1e8dded

Please sign in to comment.