Skip to content

Commit

Permalink
enabled super entreprise tag
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed Oct 10, 2024
1 parent 055087b commit 35b27f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions front/src/app/components/search/SearchListResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ export const SearchListResults = ({
}
>
<div className={fr.cx("fr-p-1v")}>
{searchResult.establishmentScore > 50 && (
<ImTag theme="superEnterprise" />
)}
{searchResult.fitForDisabledWorkers && (
<ImTag theme="rqth" />
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export const seedSearchResults: SearchResultDto[] = [
{
rome: "A0000",
naf: defaultNaf,
establishmentScore: 0,
establishmentScore: 102,
siret: "12345678901234",
name: "Super Corp",
voluntaryToImmersion: true,
Expand Down

0 comments on commit 35b27f3

Please sign in to comment.