Skip to content

Commit 27ac36b

Browse files
FabiDauTimDaub
authored andcommitted
added logic for keyboard input min and max range
1 parent 139ef5d commit 27ac36b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/NominalAllocator/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { html } from "htm/preact";
33

44
function NominalAllocator(props) {
5-
65
const increment = () => {
76
if (props.value < props.max) {
87
props.onUpdate(props.value +1);

0 commit comments

Comments
 (0)