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 ae5bd6f commit 395a7f0Copy full SHA for 395a7f0
views/components/Forum/Thread.jsx
@@ -24,7 +24,6 @@ export default class Container extends Component {
24
}
25
26
toggle() {
27
- console.log(this.state.display);
28
if (this.state.display === 'hidden') {
29
this.setState({ display: '' });
30
} else {
0 commit comments