Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 1ac6dcd

Browse files
committed
remove unneeded/unused initial states
1 parent 0944208 commit 1ac6dcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/DatBoolean.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ class DatBoolean extends React.Component {
1717
constructor(props, context) {
1818
super(props, context);
1919
this.handleChange = this.handleChange.bind(this);
20-
this.state = {
21-
value: 0,
22-
isSliderActive: false,
23-
};
2420
}
2521

2622
componentWillMount() {

0 commit comments

Comments
 (0)