File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import connectToStores from 'fluxible-addons-react/connectToStores';
66import Modal from '@hsl-fi/modal' ;
77import { stopShape , configShape , relayShape } from '../../util/shapes' ;
88import { hasEntitiesOfType } from '../../util/alertUtils' ;
9- import { stopPagePath , PREFIX_DISRUPTION } from '../../util/path' ;
9+ import { stopPagePath } from '../../util/path' ;
1010import { AlertEntityType } from '../../constants' ;
1111import StopNearYouHeader from './StopNearYouHeader' ;
1212import AlertBanner from '../AlertBanner' ;
@@ -38,7 +38,7 @@ const StopNearYou = (
3838
3939 const description = desc || stop . desc ;
4040 const isStation = stop . locationType === 'STATION' ;
41- const linkAddress = stopPagePath ( isStation , gtfsId , PREFIX_DISRUPTION ) ;
41+ const linkAddress = stopPagePath ( isStation , gtfsId ) ;
4242
4343 const { constantOperationStops } = config ;
4444 const { locale } = intl ;
You can’t perform that action at this time.
0 commit comments