diff --git a/sites/public/next.config.js b/sites/public/next.config.js index ad280f0d81..b06b7bae80 100644 --- a/sites/public/next.config.js +++ b/sites/public/next.config.js @@ -42,7 +42,6 @@ module.exports = withBundleAnalyzer( env: { backendApiBase: BACKEND_API_BASE, // this has to be set for tests backendProxyBase: process.env.BACKEND_PROXY_BASE, - googleMapsApiKey: process.env.GOOGLE_MAPS_API_KEY, listingsQuery: LISTINGS_QUERY, listingPhotoSize: process.env.LISTING_PHOTO_SIZE || "1302", mapBoxToken: MAPBOX_TOKEN, diff --git a/sites/public/src/components/listings/ListingsList.tsx b/sites/public/src/components/listings/ListingsList.tsx index 1d084efea7..ee112d1552 100644 --- a/sites/public/src/components/listings/ListingsList.tsx +++ b/sites/public/src/components/listings/ListingsList.tsx @@ -29,19 +29,21 @@ const ListingsList = (props: ListingsListProps) => { const infoCards = props.currentPage == props.lastPage || props.lastPage == 0 ? (