Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Beck-berry committed Oct 7, 2021
1 parent c93b982 commit ae2cc89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/component/SelectedStopPopupContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import PropTypes from 'prop-types';
import React from 'react';
import { FormattedMessage } from 'react-intl';

const SelectedStopPopupContent = ({ stop }) => (
<div className="origin-popup">
Expand Down

0 comments on commit ae2cc89

Please sign in to comment.