-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(journey-maps): new POIs category p2p_car_sharing #2108
feat(journey-maps): new POIs category p2p_car_sharing #2108
Conversation
Refs: ROKAS-1672
src/components-examples/journey-maps/angular/journey-maps-full/journey-maps-full-example.ts
Outdated
Show resolved
Hide resolved
@@ -300,6 +300,7 @@ export type SbbPointsOfInterestCategoryType = | |||
| 'on_demand' | |||
| 'optician' | |||
| 'outdoor' | |||
| 'p2p_car_sharing' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hier ist es natürlich korrekt so (alphabetisch sortiert).
Refs: ROKAS-1672, apply comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Refs: ROKAS-1672, apply comments
Refs: ROKAS-1672