Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Sep 19, 2024
1 parent 2d39a89 commit 55897e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/(header-default)/personne/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ const PersonnePage = async (props: AppRouterProps) => {
<FullTable
head={['Siren', 'Détails', 'Dirigeant(s)']}
body={results.results.map((result) => [
<a href={`/entreprise/${result.chemin}}`>{formatIntFr(result.siren)}</a>,
<a href={`/entreprise/${result.chemin}`}>
{formatIntFr(result.siren)}
</a>,
<>
{result.nomComplet}
<br />
Expand Down

0 comments on commit 55897e6

Please sign in to comment.