Skip to content

Commit 3c32360

Browse files
committed
Fix null state error
1 parent 419aae4 commit 3c32360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ActionCard/CommentEditToggle.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default class CommentEditToggle extends React.Component {
77

88
constructor(props) {
99
super(props)
10+
this.state = {}
1011
this.onEdit = this.onEdit.bind(this)
1112
this.onDelete = this.onDelete.bind(this)
1213
this.showDelete = this.showDelete.bind(this)

0 commit comments

Comments
 (0)