diff --git a/react-app/src/components/map/clusterPopup/ClusterPopup.tsx b/react-app/src/components/map/clusterPopup/ClusterPopup.tsx index 20135ff54..9d646f3a6 100644 --- a/react-app/src/components/map/clusterPopup/ClusterPopup.tsx +++ b/react-app/src/components/map/clusterPopup/ClusterPopup.tsx @@ -148,7 +148,7 @@ const ClusterPopup = (props: ClusterPopupProps) => { - + {popupState.properties.map((property) => ( { diff --git a/react-app/src/components/map/sidebar/MapSidebar.tsx b/react-app/src/components/map/sidebar/MapSidebar.tsx index 1e42bccd3..4a00d846d 100644 --- a/react-app/src/components/map/sidebar/MapSidebar.tsx +++ b/react-app/src/components/map/sidebar/MapSidebar.tsx @@ -134,7 +134,7 @@ const MapSidebar = (props: MapSidebarProps) => { {/* List of Properties */} - + {propertiesInBounds .slice(pageIndex * propertyPageSize, pageIndex * propertyPageSize + propertyPageSize) .map((property) => (