Map values toFixed(1) and round option
This commit is contained in:
@@ -17,16 +17,6 @@ export const WindInputs: Component<{signals: WindSignals}> = (
|
||||
) => {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<label>
|
||||
<input
|
||||
type="checkbox"
|
||||
checked={getRoundValues()}
|
||||
onChange={e => setRoundValues(e.target.checked)}
|
||||
/>
|
||||
Round values
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user