diff --git a/src/components/stop.js b/src/components/stop.js index e122b16..4f87a17 100644 --- a/src/components/stop.js +++ b/src/components/stop.js @@ -3,15 +3,7 @@ import styles from "./stop.module.css"; import PropTypes from "prop-types"; import timeIcon2 from "../icons/icon-time2.svg"; -const Stop = ({ - shortId, - stopNameFi, - stopNameSv, - duration, - platform, - onClick, - timingStopType, -}) => ( +const Stop = ({ shortId, stopNameFi, stopNameSv, platform, onClick, timingStopType }) => (