From f3433a6ecb91198b6ec4877cb155af8858cbbe45 Mon Sep 17 00:00:00 2001 From: koji Date: Fri, 29 Mar 2024 10:41:34 -0400 Subject: [PATCH] Update ProtocolRunRunTimeParameters.tsx --- .../ProtocolRun/ProtocolRunRunTimeParameters.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/app/src/organisms/Devices/ProtocolRun/ProtocolRunRunTimeParameters.tsx b/app/src/organisms/Devices/ProtocolRun/ProtocolRunRunTimeParameters.tsx index a2be6945dd6..e3153e39a85 100644 --- a/app/src/organisms/Devices/ProtocolRun/ProtocolRunRunTimeParameters.tsx +++ b/app/src/organisms/Devices/ProtocolRun/ProtocolRunRunTimeParameters.tsx @@ -6,7 +6,7 @@ import { formatRunTimeParameterValue } from '@opentrons/shared-data' import { ALIGN_CENTER, BORDERS, - // Chip, + Chip, COLORS, DIRECTION_COLUMN, DIRECTION_ROW, @@ -257,10 +257,14 @@ export function ProtocolRunRuntimeParameters({ {formatRunTimeParameterValue(parameter, t)} - {/* ToDo (kk:03/19/2024) chip will be here with conditional render */} - {/* {index % 2 === 0 ? ( - - ) : null} */} + {/* ToDo (kk:03/19/2024) need to implement a logic when be is ready */} + {index % 2 === 0 ? ( + + ) : null}