Skip to content

Commit 2454f56

Browse files
committed
DT-6557 fix alternative routes showing incorrect alert icon
1 parent 20c907e commit 2454f56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/component/itinerary/queries/ItineraryDetailsFragment.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export const ItineraryDetailsFragment = graphql`
5151
route {
5252
alerts {
5353
alertSeverityLevel
54+
effectiveStartDate
55+
effectiveEndDate
5456
}
5557
shortName
5658
mode
@@ -63,13 +65,17 @@ export const ItineraryDetailsFragment = graphql`
6365
platformCode
6466
alerts {
6567
alertSeverityLevel
68+
effectiveStartDate
69+
effectiveEndDate
6670
}
6771
}
6872
}
6973
to {
7074
stop {
7175
alerts {
7276
alertSeverityLevel
77+
effectiveStartDate
78+
effectiveEndDate
7379
}
7480
}
7581
}

0 commit comments

Comments
 (0)