Skip to content

Commit 31faf1f

Browse files
committed
Removed constructor
1 parent 03a410f commit 31faf1f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Components/forms/inputs/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ import CheckListB from './checkListB'
88
import CheckListH from './checkListH'
99

1010
export default class VolunteerForm extends Component {
11-
constructor(props) {
12-
super(props)
13-
this.state = {
14-
displayDropdown: false
15-
}
16-
}
17-
1811
render() {
1912
const {
2013
onChange,

0 commit comments

Comments
 (0)