From 4837bc7b2911ddf39f5ea9d497d1e9dd64ea40f6 Mon Sep 17 00:00:00 2001 From: smb2268 Date: Thu, 28 Jul 2022 17:10:06 -0400 Subject: [PATCH] fix ts --- app/src/organisms/Devices/ProtocolRun/StepText.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/organisms/Devices/ProtocolRun/StepText.tsx b/app/src/organisms/Devices/ProtocolRun/StepText.tsx index 5f5dedc905a0..3e369e7459b5 100644 --- a/app/src/organisms/Devices/ProtocolRun/StepText.tsx +++ b/app/src/organisms/Devices/ProtocolRun/StepText.tsx @@ -366,7 +366,7 @@ export function StepText(props: Props): JSX.Element | null { break } default: { - messageNode = JSON.stringify(displayCommand.commandType) + messageNode = JSON.stringify(displayCommand) break } }