We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419aae4 commit 3c32360Copy full SHA for 3c32360
src/components/ActionCard/CommentEditToggle.jsx
@@ -7,6 +7,7 @@ export default class CommentEditToggle extends React.Component {
7
8
constructor(props) {
9
super(props)
10
+ this.state = {}
11
this.onEdit = this.onEdit.bind(this)
12
this.onDelete = this.onDelete.bind(this)
13
this.showDelete = this.showDelete.bind(this)
0 commit comments