diff --git a/relog-web/src/PlantBlock.js b/relog-web/src/PlantBlock.js index 752a24d..b20f868 100644 --- a/relog-web/src/PlantBlock.js +++ b/relog-web/src/PlantBlock.js @@ -120,7 +120,7 @@ const PlantBlock = (props) => { label="Input" tooltip="The name of the product that this plant takes as input." disabled="disabled" - value="Battery" + value={props.value["input"]} />