diff --git a/src/screens/DetailedViewScreen.tsx b/src/screens/DetailedViewScreen.tsx index 9d8a1a0..7269243 100644 --- a/src/screens/DetailedViewScreen.tsx +++ b/src/screens/DetailedViewScreen.tsx @@ -181,7 +181,9 @@ const DetailedViewScreen: React.FC = ({ setPage, placeID }: PlacePro closeButtonAccessibilityLabel={"Close this pop up."} closeButtonText={"Close"} > - {fieldInfo.helpText} + + {fieldInfo.helpText} + );