diff --git a/src/v2/components/TourDeSol/Stage.jsx b/src/v2/components/TourDeSol/Stage.jsx index f14477fc..5dd38adc 100644 --- a/src/v2/components/TourDeSol/Stage.jsx +++ b/src/v2/components/TourDeSol/Stage.jsx @@ -29,9 +29,7 @@ const Stage = ({className, activeClass, stage, activeStage}: StageProps) => { const stageDateStart = stage.isTbd ? 'SOON' : format(new Date(stage.startDate), 'P'); - const stageDateEnd = stage.isTbd - ? 'SOON' - : format(new Date(stage.endDate), 'P'); + const stageDateEnd = stage.isTbd ? '' : format(new Date(stage.endDate), 'P'); return (