We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a629c47 commit 8e014aaCopy full SHA for 8e014aa
lib/components/user/monitored-trip/trip-summary.js
@@ -12,7 +12,7 @@ const TripSummary = ({ monitoredTrip }) => {
12
// TODO: use the modern itinerary summary built for trip comparison.
13
return (
14
<div
15
- className={`otp option default-itin active`}
+ className={`otp option default-itin`}
16
style={{borderTop: '0px', padding: '0px'}}>
17
<div className='header'>
18
<span className='title'>Itinerary</span>{' '}
0 commit comments