From fea4954af58ba44692871ff77dd18e495ec65f8c Mon Sep 17 00:00:00 2001 From: JD Rudie Date: Fri, 12 Jan 2024 10:15:19 -0500 Subject: [PATCH] fix: traveltimes default --- modules/tripexplorer/SubwayTripGraphs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tripexplorer/SubwayTripGraphs.tsx b/modules/tripexplorer/SubwayTripGraphs.tsx index 0ad666a1f..1f8ae60f6 100644 --- a/modules/tripexplorer/SubwayTripGraphs.tsx +++ b/modules/tripexplorer/SubwayTripGraphs.tsx @@ -37,7 +37,7 @@ export const SubwayTripGraphs: React.FC = ({ }) => { const [peakTime, setPeakTime] = React.useState<'weekday' | 'weekend'>('weekday'); const [travelTimeDisplay, setTravelTimeDisplay] = React.useState<'speeds' | 'traveltimes'>( - 'speeds' + 'traveltimes' ); const { traveltimes, headways, dwells } = useTripExplorerQueries(