Skip to content

Commit

Permalink
feat: add establishment section Appels d'offres
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenOuidou committed Jun 12, 2024
2 parents ba2e0ad + 595408b commit 1c1a8c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import PropTypes from "prop-types";
import React, { useState } from "react";

import Source from "../../../../../containers/Source/Source.js";
import { formatSiret } from "../../../../../helpers/utils/format.js";
import { convertirMoisEnAnnees } from "../../../../../helpers/utils/utils.js";
import { formatChiffre } from "../../../../../utils/donnees-ecofi/donnees-ecofi.js";
import { formatUpperCase } from "../../../../../utils/entreprise/entreprise.js";
Expand Down Expand Up @@ -73,7 +72,7 @@ const MarchesPublic = ({ siret }) => {
<tr key={acheteur_id + dateNotification}>
<td className="table-cell--nowrap">
<SeeDetailsLink
text={formatSiret(acheteur_id)}
text={acheteur_id}
link={`/establishment/${acheteur_id}/`}
/>
</td>
Expand Down

0 comments on commit 1c1a8c2

Please sign in to comment.