generate JSON-file

This commit is contained in:
Delucse
2020-09-19 09:57:16 +02:00
parent 111b924988
commit 28ced177bd
4 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Instruction extends Component {
return (
<div>
<Typography variant='h4' style={{marginBottom: '5px'}}>{step.headline}</Typography>
<Typography style={isHardware ? {} : {marginBottom: '5px'}}>{step.text1}</Typography>
<Typography style={isHardware ? {} : {marginBottom: '5px'}}>{step.text}</Typography>
{isHardware ?
<Hardware picture={step.hardware}/> : null}
{areRequirements > 0 ?