()
| 62513 | } |
| 62514 | } |
| 62515 | class InfoUrl extends Re.PureComponent { |
| 62516 | render() { |
| 62517 | const { url: s, getComponent: o } = this.props, |
| 62518 | i = o('Link') |
| 62519 | return Re.createElement( |
| 62520 | i, |
| 62521 | { target: '_blank', href: sanitizeUrl(s) }, |
| 62522 | Re.createElement('span', { className: 'url' }, ' ', s) |
| 62523 | ) |
| 62524 | } |
| 62525 | } |
| 62526 | class info_Info extends Re.Component { |
nothing calls this directly
no test coverage detected