Skip to content

Commit

Permalink
fix: wrong line profile information (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
davis0011 committed Mar 11, 2024
1 parent b30089f commit c0ce0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/components/map-related/MapLayers/BusToolTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function BusToolTip({ position, icon }: BusToolTipProps) {
<h1 className="title">
{t('line')} :
<span>
<Link to={`/profile/${siriRide.gtfsRouteRouteShortName}`}>
<Link to={`/profile/${siriRide.gtfsRideGtfsRouteId}`}>
{siriRide.gtfsRouteRouteShortName}
</Link>
</span>
Expand Down

0 comments on commit c0ce0ef

Please sign in to comment.