Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Jul 28, 2022
1 parent 0d7bd6f commit 4837bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/Devices/ProtocolRun/StepText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ export function StepText(props: Props): JSX.Element | null {
break
}
default: {
messageNode = JSON.stringify(displayCommand.commandType)
messageNode = JSON.stringify(displayCommand)
break
}
}
Expand Down

0 comments on commit 4837bc7

Please sign in to comment.