()
| 16 | .replace('KEY', props.apiKey) |
| 17 | } |
| 18 | const className = () => { |
| 19 | var _className = classNames('rce-mbox-location', props.className) |
| 20 | |
| 21 | if (props.text) { |
| 22 | _className = classNames(_className, 'rce-mbox-location-has-text') |
| 23 | } |
| 24 | |
| 25 | return _className |
| 26 | } |
| 27 | |
| 28 | return ( |
| 29 | <div className='rce-container-lmsg'> |
no outgoing calls
no test coverage detected
searching dependent graphs…