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}