Skip to content

Commit

Permalink
fix: traveltimes default
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiejd committed Jan 14, 2024
1 parent 5d93c16 commit fea4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tripexplorer/SubwayTripGraphs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const SubwayTripGraphs: React.FC<SubwayTripGraphsProps> = ({
}) => {
const [peakTime, setPeakTime] = React.useState<'weekday' | 'weekend'>('weekday');
const [travelTimeDisplay, setTravelTimeDisplay] = React.useState<'speeds' | 'traveltimes'>(
'speeds'
'traveltimes'
);

const { traveltimes, headways, dwells } = useTripExplorerQueries(
Expand Down

0 comments on commit fea4954

Please sign in to comment.