Skip to content

Commit

Permalink
fix: one more legId
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Nov 8, 2024
1 parent 05a9bad commit 61d7664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/component/itinerary/NaviUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const getTransitLegState = (leg, intl, messages) => {
severity = 'INFO';
}
const state = severity
? { severity, content, legId, expiresOn: 'legChange' }
? { severity, content, id: legId, expiresOn: 'legChange' }
: null;
return state;
};
Expand Down

0 comments on commit 61d7664

Please sign in to comment.