Skip to content

Commit

Permalink
fix: correction
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 committed Dec 11, 2023
1 parent 2ca8d42 commit ef31edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/maj/bilan.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Bilan(props) {
<div>
<h2 style={{ color: 'blue' }}>{props.data.ok} infoSuiviGestions correctement importées</h2>
<div style={{ color: 'red' }}>
<h2>Liste d'identifiants en erreur :</h2>
<h2>Liste d'idue en erreur :</h2>
{props.data.listError.map(item => (
<ul key={item}>{item.id}</ul>
))}
Expand Down
2 changes: 1 addition & 1 deletion src/components/maj/maj.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default class Maj extends Component {
Le fichier doit être au format .csv avec la virgule comme séparateur. Il
doit contenir les trois variables suivantes : l’identifiant internet
indiqué dans le courrier de l'enquêté (idcontact), l’identifiant
échantillon (idue) et l’information à enregistrerpropre à l’unité
échantillon (idue) et l’information à enregistrer propre à l’unité
enquêtée (statut).

{this.validDate() === "OPEN" && (
Expand Down

0 comments on commit ef31edf

Please sign in to comment.