Skip to content

Commit 8e014aa

Browse files
fix(TripSummary): Remove green bar outside of batch itinerary results.
1 parent a629c47 commit 8e014aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/user/monitored-trip/trip-summary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const TripSummary = ({ monitoredTrip }) => {
1212
// TODO: use the modern itinerary summary built for trip comparison.
1313
return (
1414
<div
15-
className={`otp option default-itin active`}
15+
className={`otp option default-itin`}
1616
style={{borderTop: '0px', padding: '0px'}}>
1717
<div className='header'>
1818
<span className='title'>Itinerary</span>{' '}

0 commit comments

Comments
 (0)