From 43f3de4352b6cdc6742e3ecf724124f4fa87dbab Mon Sep 17 00:00:00 2001 From: JD <46619169+rudiejd@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:57:08 -0500 Subject: [PATCH] fix(trip-explorer): disable speed between stations for green line (#939) --- modules/tripexplorer/SubwayTripGraphs.tsx | 56 +++++++++++++---------- 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/modules/tripexplorer/SubwayTripGraphs.tsx b/modules/tripexplorer/SubwayTripGraphs.tsx index 1f8ae60f6..21e82f0a1 100644 --- a/modules/tripexplorer/SubwayTripGraphs.tsx +++ b/modules/tripexplorer/SubwayTripGraphs.tsx @@ -85,18 +85,22 @@ export const SubwayTripGraphs: React.FC = ({ /> )} -
- -
+ {line !== 'line-green' ? ( +
+ +
+ ) : ( + + )} = ({ /> )} -
- -
+ {line !== 'line-green' ? ( +
+ +
+ ) : ( + + )}