Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SocialGouv/fce into feat-add-marc…
Browse files Browse the repository at this point in the history
…he-public-infos
  • Loading branch information
ImenOuidou committed Sep 2, 2024
2 parents 03910aa + 09259bd commit 6c1294b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [27.104.0](https://github.com/SocialGouv/fce/compare/v27.103.0...v27.104.0) (2024-08-21)


### Features

* Update mandataires sociaux source ([#354](https://github.com/SocialGouv/fce/issues/354)) ([3f37f30](https://github.com/SocialGouv/fce/commit/3f37f30f32174b2c5d243364dca61ca80b643827))

# [27.103.0](https://github.com/SocialGouv/fce/compare/v27.102.0...v27.103.0) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fce",
"version": "27.103.0",
"version": "27.104.0",
"description": "",
"author": "commit42",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const EnterpriseInfos = ({ enterprise: baseEntreprise }) => {
</Subcategory>
<Subcategory
subtitle="Mandataires sociaux"
sourceCustom="Infogreffe - RCS"
sourceSi="inpi_imr_rep_pp"
>
<Mandataires mandataires={mandataires} />
</Subcategory>
Expand Down
2 changes: 1 addition & 1 deletion src/client/src/utils/interactions/interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const interactionsSources = {
interactions_pole_3e: "EOS",
interactions_pole_3e_src: "MDF",
interactions_pole_c: "SORA",
interactions_pole_t: "Wiki'T",
interactions_pole_t: "interactions_pole_t",
};

export const getInteractionSource = (pole) => {
Expand Down

0 comments on commit 6c1294b

Please sign in to comment.