website/src/views/components/map/ArrivalTimes.tsx
Function ArrivalTimes
has 51 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const ArrivalTimes = memo<Props>((props: Props) => {
if (props.error) {
return (
<>
<h3 className={styles.heading}>{props.name}</h3>