Section introduction of up to roughly 100 characters will take
approximately this much space.
Read more.
-
Building Name
- {props.location_name ? props.location_name : '-'}
- Building Number
- {props.location_number ? props.location_number : '-'}
- Street
- {props.location_street ? props.location_street : '-'}
- Address line 2
- {props.location_line_two ? props.location_line_two : '-'}
- Town
- {props.location_town ? props.location_town : '-'}
- Postcode
- {props.location_postcode ? props.location_postcode : '-'}
) : null
}