Skip to content

Commit 282a37b

Browse files
authored
Merge pull request #2029 from HSLdevcom/63718-missing-codes
added values to SHORT_ID_OPTIONS_MAP
2 parents 04f69cb + 62e8f06 commit 282a37b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/shared/TransitTypeLink.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class TransitTypeLink extends React.Component<ITransitIconProps> {
2727
hoverText,
2828
...attrs
2929
} = this.props;
30-
console.log(transitType)
3130
return (
3231
<div
3332
className={classnames(

src/components/sidebar/nodeView/NodeForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ const SHORT_ID_OPTIONS_MAP = {
3838
2: ['E', 'XE'],
3939
3: ['Ka'],
4040
4: ['V', 'XV'],
41-
5: ['Hy', 'La', 'Ri', 'Vi', 'Ko', 'Or'],
41+
5: ['Hy', 'La', 'Ri', 'Vi', 'Ko', 'Or', 'Tu', 'Ke'],
4242
6: ['Ki', 'Ra', 'So'],
4343
90: ['Ke'],
4444
91: ['Ke'],
4545
92: ['Si'],
4646
93: ['Po'],
4747
94: ['Pn', 'As'],
4848
95: ['Jä'],
49-
96: ['Tu'],
49+
96: ['Tu', 'Ke'],
5050
97: ['Nu'],
5151
98: ['Mä'],
5252
};

0 commit comments

Comments
 (0)