Skip to content

Commit

Permalink
Update SwitchableNumberInput.tsx (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasABach authored Oct 17, 2024
1 parent b8a4a96 commit 7d61f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/Input/SwitchableNumberInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const SwitchableNumberInput: React.FC<CaseEditInputProps> = ({
return (
<InputSwitcher
label={label}
value={`${value ?? ""}`}
value={`${value ?? ""} ${unit ?? ""}`}
>
<NumberInputWithValidation
label={label}
Expand Down

0 comments on commit 7d61f2e

Please sign in to comment.