--- import Heading from './heading.astro' const { listing } = Astro.props const hasDeviceSupport = Array.isArray( listing.deviceSupport ) --- { hasDeviceSupport && (
{ listing.deviceSupport.map( device => ( )) }
)}