Skip to content

Commit

Permalink
Merge pull request #1821 from HSLdevcom/DT-2117
Browse files Browse the repository at this point in the history
DT-2117
  • Loading branch information
siren authored Sep 11, 2017
2 parents 7af0ed5 + c8e5586 commit e665217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/component/FilterTimeTableModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import intersection from 'lodash/intersection';
import { FormattedMessage } from 'react-intl';
import cx from 'classnames';
import Icon from './Icon';
import routeCompare from '../util/route-compare';

class FilterTimeTableModal extends React.Component {
static propTypes = {
Expand Down Expand Up @@ -133,7 +134,7 @@ class FilterTimeTableModal extends React.Component {
return obj;
});

return cleanedUpavailableRoutes;
return cleanedUpavailableRoutes.sort(routeCompare);
};

render() {
Expand Down

0 comments on commit e665217

Please sign in to comment.