Skip to content

Commit 1d6d550

Browse files
committed
add stations to targets
1 parent 6fd8ecc commit 1d6d550

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/StopCardRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ const StopCardRow: FC<IProps> = ({
431431
autoFocus={false}
432432
lang={lang}
433433
sources={['Datasource', 'Favourite']}
434-
targets={['Stops']}
434+
targets={['Stops', 'Stations']}
435435
modeIconColors={config.modeIcons.colors}
436436
modeSet={config.modeIcons.setName}
437437
geocodingSize={40}

0 commit comments

Comments
 (0)