forked from p34709852/monkey
cc: Remove unused empty tags in `InfoBox.js`
This commit is contained in:
parent
e16b019b85
commit
9cb6dca220
|
@ -6,12 +6,11 @@ class InfoBox extends React.Component {
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<>
|
<div className='alert alert-info'>
|
||||||
<div className='alert alert-info'>
|
<FontAwesomeIcon icon={faInfoCircle} style={{'marginRight': '5px'}}/>
|
||||||
<FontAwesomeIcon icon={faInfoCircle} style={{'marginRight': '5px'}}/>
|
{this.props.schema.info}
|
||||||
{this.props.schema.info}
|
</div>
|
||||||
</div>
|
);
|
||||||
</>);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue