diff --git a/ui/Timer.tsx b/ui/Timer.tsx index 8e35b47..3e50744 100644 --- a/ui/Timer.tsx +++ b/ui/Timer.tsx @@ -52,7 +52,7 @@ export function Timer({ targetDate, className }: { targetDate: Date; className?: if (timeRemaining.hours < 0) { return ( <> - + {/* */} Terminé );