Unit 2 of 6 - features 2 double bedrooms with wardrobes. Good sized open plan kitchen and lounge.
Bathroom features separate shower, toilet and vanity.
Heat pump and a private area out the back with raised vegetable gardens. Comes with 1 car park space outside unit.
The property will have new carpet installed throughout before the next tenancy commences.
The property is fully healthy home compliant, and viewing is required before applying.
Apply Now*Please only apply after you have viewed the property.
Share
{
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 || []);
}
});">