mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-06-19 10:42:33 +03:00
Compare commits
2 commits
1bc54d21a3
...
ed47d0ec35
Author | SHA1 | Date | |
---|---|---|---|
|
ed47d0ec35 | ||
|
e813dbdae6 |
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const parseRemarks = (ctx, ref) => {
|
||||||
ref.attributNotizen || [],
|
ref.attributNotizen || [],
|
||||||
ref.attributes || [],
|
ref.attributes || [],
|
||||||
ref.verkehrsmittel?.zugattribute || [],
|
ref.verkehrsmittel?.zugattribute || [],
|
||||||
].flatMap(item => item)
|
].flat()
|
||||||
.map(remark => {
|
.map(remark => {
|
||||||
if (remark.kategorie || remark.priority) {
|
if (remark.kategorie || remark.priority) {
|
||||||
const res = ctx.profile.parseHintByCode(remark);
|
const res = ctx.profile.parseHintByCode(remark);
|
||||||
|
|
Loading…
Add table
Reference in a new issue