Skip to content

Commit

Permalink
Fix source accidents travail (#359)
Browse files Browse the repository at this point in the history
* chore: add pgadmin

* chore: fix key

* chore: missing keys

* chore: typo

* chore: numeric user

* chore: secret

* chore: containerPort

* chore: auth

* chore: probespath

* fix: Mettre à jour les sources

---------

Co-authored-by: Gary van Woerkens <gary.van-woerkens@sg.social.gouv.fr>
Co-authored-by: Matéo Mévollon <m.mevollon@proton.me>
  • Loading branch information
3 people authored Jan 20, 2025
1 parent f1de221 commit 7365709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ const AccidentTravail = ({ entreprise }) => {

return (
<div>
<Subcategory
subtitle="Accidents du travail"
sourceCustom="DGT / WikiT - 01/10/2021"
>
<Subcategory subtitle="Accidents du travail" sourceSi="DAT'IA">
<div className="section-datas__list">
<Data
name={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ const WorkAccident = ({ siret }) => {

return (
<div id="work-accidents" className="work-accidents">
<Subcategory
subtitle="Accidents du travail"
sourceCustom="DGT / WikiT - 01/10/2021"
>
<Subcategory subtitle="Accidents du travail" sourceSi="DAT'IA">
<PgApiDataHandler isLoading={loading} error={error}>
<div className="section-datas__list ">
<Data
Expand Down

0 comments on commit 7365709

Please sign in to comment.