Map values toFixed(1) and round option

This commit is contained in:
Guntis Smaukstelis
2025-03-20 22:17:28 +02:00
parent 24a2ff5868
commit 1742931a20
3 changed files with 11 additions and 11 deletions
-10
View File
@@ -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"