Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jan 7, 2024
1 parent c20c7de commit ef3d178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/[legislature]/dossier/[id]/[tab]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { PreviewTab } from "@/components/folders/PreviewTab";
import { AmendementTab } from "@/components/folders/AmendementTab";
import { DebateTab } from "@/components/folders/DebateTab";
import { getDossier } from "@/repository/database";
import { AmendementsFilterState } from "@/components/folders/AmendementTab/useFilter";

export const dynamicParams = true;

Expand Down
2 changes: 1 addition & 1 deletion components/folders/AmendementTab/AmendementCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function AmendementCard(props: Amendement) {
</Typography>
</Typography>
<Typography component="li" fontWeight="light" variant="body2">
Date d'examen:&nbsp;
Date d&apos;examen:&nbsp;
<Typography component="span" variant="body2">
{dateSort?.toLocaleDateString("fr-FR", {
year: "numeric",
Expand Down

0 comments on commit ef3d178

Please sign in to comment.