From 260decd9cf49a8ea91344694c99846e5717fe59f Mon Sep 17 00:00:00 2001 From: EliFrankel Date: Thu, 8 Feb 2024 10:25:42 +0200 Subject: [PATCH] testid --- .../Locomotion/src/Components/StopPointsViewer/index.tsx | 1 + .../Locomotion/src/Components/TextInput/BottomSheetInput.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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()}> - +