From 3d03dfc722d2f30d5077f71e13d905d16e77b2fe Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Fri, 1 Apr 2022 16:42:06 -0500 Subject: [PATCH] Fix plant input --- relog-web/src/PlantBlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]} />