diff --git a/assets/src/components/detours/detourPanels/detourFinishedPanel.tsx b/assets/src/components/detours/detourPanels/detourFinishedPanel.tsx index 2aa5d1fc9..3f153c643 100644 --- a/assets/src/components/detours/detourPanels/detourFinishedPanel.tsx +++ b/assets/src/components/detours/detourPanels/detourFinishedPanel.tsx @@ -2,18 +2,11 @@ import React, { PropsWithChildren } from "react" import { Button, Form } from "react-bootstrap" import * as BsIcons from "../../../helpers/bsIcons" import { Panel } from "../diversionPage" -import { - ConnectionPoints, - CopyButton, - MissedStops, -} from "../detourPanelComponents" -import { Stop } from "../../../schedule" +import { CopyButton } from "../detourPanelComponents" interface DetourFinishedPanelProps extends PropsWithChildren { onNavigateBack: () => void detourText: string - connectionPoints?: [string, string] - missedStops?: Stop[] onChangeDetourText: (value: string) => void onActivateDetour?: () => void } @@ -21,8 +14,6 @@ interface DetourFinishedPanelProps extends PropsWithChildren { export const DetourFinishedPanel = ({ onNavigateBack, detourText, - connectionPoints, - missedStops, onChangeDetourText, onActivateDetour, children, @@ -54,11 +45,6 @@ export const DetourFinishedPanel = ({ }} data-fs-element="Detour Text" /> - - {connectionPoints && ( - - )} - {missedStops && } diff --git a/assets/src/components/detours/diversionPage.tsx b/assets/src/components/detours/diversionPage.tsx index d29ac88a0..3b95166ae 100644 --- a/assets/src/components/detours/diversionPage.tsx +++ b/assets/src/components/detours/diversionPage.tsx @@ -261,11 +261,6 @@ export const DiversionPage = ({ -
-

- Connection Points -

-
    -
    - N/A -
    -
    - N/A -
    -
-
-
-

- Connection Points -

-
    -
    - N/A -
    -
    - N/A -
    -
-