Skip to content

Commit

Permalink
🐛 Affichage frise désignation
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Sep 18, 2024
1 parent c3431d0 commit c26cb11
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import { DesignationItemProps } from '../helpers';
// en trouvant la date de génération (date de notification) ?

export const DesignationItem = ({
// date,
date,
projectStatus,
identifiantProjet,
}: DesignationItemProps) => {
return (
<>
<PastIcon />
<ContentArea>
{/* <ItemDate date={date} /> */}
<ItemDate date={date} />
<ItemTitle title="Notification des résultats" />
<Attestation projectStatus={projectStatus} identifiantProjet={identifiantProjet} />
</ContentArea>
Expand Down Expand Up @@ -55,7 +55,7 @@ const Attestation = ({ projectStatus, identifiantProjet }: CertificateProps) =>
fileUrl={Routes.Candidature.téléchargerAttestation(identifiantProjet)}
className="m-auto"
>
{urlTitle}
Télécharger {urlTitle}
{/* {`Télécharger l'${urlTitle}}) le ${afficherDate(date)})`} */}
</DownloadLink>
);
Expand Down

0 comments on commit c26cb11

Please sign in to comment.