diff --git a/src/screens/addressGeolocation/AddressContainer.tsx b/src/screens/addressGeolocation/AddressContainer.tsx index 29b5b743..d530a3c8 100644 --- a/src/screens/addressGeolocation/AddressContainer.tsx +++ b/src/screens/addressGeolocation/AddressContainer.tsx @@ -67,18 +67,6 @@ const AddressContainer: React.FC = ({ onExpanded={(isExpanded) => handleAccordionExpand(isExpanded, groupedAddress?.metaAddress?.id) } - adjacentComponent={ - groupedAddress.metaAddress.nearbyGeoLocation ? ( - - - - - ) : null - } > {groupedAddress?.similarAddresses.length ? ( diff --git a/src/screens/addressGeolocation/AddressItem.tsx b/src/screens/addressGeolocation/AddressItem.tsx index 2556f347..9761e2a4 100644 --- a/src/screens/addressGeolocation/AddressItem.tsx +++ b/src/screens/addressGeolocation/AddressItem.tsx @@ -164,22 +164,15 @@ const AddressItem = ({ > {sanitizeString(`${dateFormat(new Date(addressItem?.updatedAt), BUSINESS_DATE_FORMAT)}`)} {showRelativeDistance && relativeDistanceBwLatLong ? ( - <> +   ●   {!isNaN(relativeDistanceBwLatLong) ? relativeDistanceBwLatLong.toFixed(2) : '--'} km away - + ) : null} {showActionButtons ? ( - - Open Map - {sanitizeString(locationDate)} -   ●   +   ●   {sanitizeString(locationTime)} diff --git a/src/screens/addressGeolocation/index.tsx b/src/screens/addressGeolocation/index.tsx index d66dc46b..8b5d22a6 100644 --- a/src/screens/addressGeolocation/index.tsx +++ b/src/screens/addressGeolocation/index.tsx @@ -154,7 +154,7 @@ const AddressGeolocation: React.FC = ({ route: routeParams - Other geolocations + User geolocations