When it comes to the numbers, this exclusive sought after location adds up. An excellent modern lock up and leave unit is an attractive development. This Art Deco unit has been fully refurbished to suit the discerning purchaser. 2-bedrooms, fully finished, open-plan lounge and dining with a modern kitchen and bathroom. Car space is available. Secure gated courtyard entry. The body corporate's contribution covers insurance and maintenance.
{
console.log('Received listingsUpdated event', event.detail);
// Check if this is a load more operation
if (event.detail.isLoadMore && event.detail.newListings) {
// Add only the new listings without clearing existing ones
addNewListings(event.detail.newListings);
} else {
// Regular update - replace all listings
updateListings(event.detail.listings || []);
}
});">