Skip to content

Commit

Permalink
No alternativePlan warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Nov 18, 2024
1 parent 595cd92 commit 10b130d
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,23 +146,6 @@ function ItinerarySummaryListContainer(
return (
<>
<div className="summary-list-container" role="list">
{showAlternativePlan && (
<div
className={cx(
'flex-horizontal',
'summary-notification',
'show-alternatives',
)}
>
<Icon className="icon-icon_settings" img="icon-icon_settings" />
<div>
<FormattedMessage
id="no-route-showing-alternative-options"
defaultMessage="No routes with current settings found. Here are some alternative options:"
/>
</div>
</div>
)}
{loadingMoreItineraries === 'top' && (
<div className="summary-list-spinner-container">
<Loading />
Expand Down

0 comments on commit 10b130d

Please sign in to comment.