Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed May 1, 2024
1 parent 46b7d3d commit 8bccaf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/organisms/ChooseProtocolSlideout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export function ChooseProtocolSlideoutComponent(
} else if (runtimeParam.type === 'int' || runtimeParam.type === 'float') {
const value = runtimeParam.value as number
const id = `InputField_${runtimeParam.variableName}_${index.toString()}`
console.log()
const error =
(Number.isNaN(value) && !isInputFocused) ||
value < runtimeParam.min ||
Expand Down

0 comments on commit 8bccaf2

Please sign in to comment.