Skip to content

Commit

Permalink
Fix modal set target 2031
Browse files Browse the repository at this point in the history
  • Loading branch information
smdsgn committed Oct 17, 2024
1 parent 4b08588 commit c941d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/components/pages/Trajectoires.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Trajectoires: React.FC<{ endpoint: string }> = ({ endpoint }) => {
if (error) return <div>Erreur : {error}</div>;

return (
<div className="fr-container--fluid fr-p-3w">
<div className="fr-container--fluid fr-p-3w" ref={htmxRef}>
<div className="fr-grid-row">
<div className="fr-col-12">
<Guide
Expand Down

0 comments on commit c941d0c

Please sign in to comment.