You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description={chainUpsOnly ? 'Segments of the highway that require commercial vehicles over 11,794 kg to have chains on.' : 'Find out if there are any delays that might impact your journey before you go.'}>
619
620
</PageHeader>
620
621
621
622
<ContainerclassName="container--sidepanel">
@@ -700,7 +701,7 @@ export default function EventsListPage() {
700
701
</Button>
701
702
}
702
703
703
-
{!smallScreen&&
704
+
{!smallScreen&&!chainUpsOnly&&
704
705
<divclassName="type filter-option-btn">
705
706
<ListFilters
706
707
disableFeatures={true}
@@ -789,7 +790,7 @@ export default function EventsListPage() {
789
790
790
791
{(!showLoader&&!processedEvents.length)&&
791
792
<divclassName="empty-event-display">
792
-
<h2>No delays to display</h2>
793
+
<h2>{`No ${chainUpsOnly ? 'chain-ups' : 'delays'} to display`}</h2>
793
794
794
795
<strong>Do you have a starting location and a destination entered?</strong>
795
796
<p>Adding a route will narrow down the information for the whole site, including the delays list. There might not be any delays between those two locations.</p>
@@ -847,14 +848,16 @@ export default function EventsListPage() {
0 commit comments