code on/off

This commit is contained in:
Delucse
2020-07-24 12:24:14 +02:00
parent cacde16ab2
commit 393c89877e
2 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class CodeViewer extends Component {
render() {
return (
<div>
<div style={{height: '500px', border: '1px solid black'}}>
{this.props.arduino}
<p>{this.props.xml}</p>
</div>