\r\n { this.props.title ?
{this.props.title}
: null }\r\n { this.props.children ? this.props.children : null }\r\n
\r\n {\r\n this.props.pathItems.map((item, key) =>\r\n item.id !== length\r\n ? - {item.name}
\r\n : - \r\n {item.name} \r\n
\r\n )\r\n }\r\n \r\n
\r\n
\r\n \r\n