Skip to content

Commit bad2dca

Browse files
Update select.js
1 parent 04dc915 commit bad2dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Select = ({
3232
variable
3333
}) => {
3434
const [hover, setHover] = useState(false);
35-
const [id, setId] = useState(0);
35+
let id = 0;
3636

3737
return (
3838
<>

0 commit comments

Comments
 (0)