diff --git a/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx b/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx index d7e71cb43..1e65bf3bb 100644 --- a/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx +++ b/examples/client/Locomotion/src/Components/StopPointsViewer/index.tsx @@ -64,6 +64,7 @@ const StopPointsViewer = ({ goBackToAddressSelector }: StopPointsViewerProps) => goBackToAddressSelector(requestStopPoints.length - 1)} > ( { props.onDrag && ( props.onDrag()} onPressOut={() => props.onEndDrag()} > @@ -83,7 +84,7 @@ const BottomSheetInputField = forwardRef((props, ref) => ( { props.remove && ( props.remove()}> - + { +const ServiceCard = ({ service, withBorder, testID }) => { const theme = useContext(ThemeContext); const { setChosenService, chosenService, serviceEstimations, ride, @@ -110,6 +110,7 @@ const ServiceCard = ({ service, withBorder }) => { return ( <> { return ( - { serviceEstimations?.length === 0 ? (