Skip to content

Commit dc1ab61

Browse files
committed
fix info-icon not showing on itinerary leg
1 parent 2454f56 commit dc1ab61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/util/alertUtils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ export const getActiveLegAlerts = (leg, legStartTime) => {
519519
),
520520
};
521521
}),
522-
].filter(alert => isAlertActive(legStartTime, alert));
523-
522+
].filter(alert => isAlertValid(alert, legStartTime));
524523
return serviceAlerts;
525524
};

0 commit comments

Comments
 (0)