Skip to content

Commit

Permalink
Update modules/tripexplorer/CommuterRailTripGraphs.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: transitmatters-datadog[bot] <127633113+transitmatters-datadog[bot]@users.noreply.github.com>
  • Loading branch information
devinmatte and transitmatters-datadog[bot] authored Feb 16, 2025
1 parent da3b53e commit ed90f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tripexplorer/CommuterRailTripGraphs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CommuterRailTripGraphs: React.FC<CommuterRailTripGraphsProps> = ({
fromStation={fromStation}
type={'traveltimes'}
timeUnit={'by_time'}
peakTime={peakTime === 'weekday' ? true : false}
peakTime={peakTime === 'weekday'}
/>
<div className={'flex w-full justify-center pt-2'}>
<ButtonGroup
Expand Down

0 comments on commit ed90f93

Please sign in to comment.