Skip to content

Commit

Permalink
feat: change apprentissage source table & intervertir adresse etablis…
Browse files Browse the repository at this point in the history
…sement
  • Loading branch information
ImenOuidou committed Nov 28, 2023
1 parent b5987ad commit 523042a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ function HeaderInfoBloc({
<span className="data-sheet-header-address-icon">
<BuildingIcon />
</span>
<span className="is-bold"> {code}</span>
<span className=" has-list-style">{adresse ? adresse : ""}</span>
<span className="is-bold"> {code}</span>
</div>
)}
{enterprise && (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Apprentissage = ({ siret }) => {
name={`Embauche en contrat d'apprentissage depuis ${minYear}`}
value={getSignesTotalFromSignes(apprentissagesSignes)}
columnClasses={["is-7", "is-5"]}
sourceSi="Ari@ne"
sourceSi="DECA"
className="has-no-border"
/>
{data?.length > 0 && (
Expand Down

0 comments on commit 523042a

Please sign in to comment.