Skip to content
Snippets Groups Projects
Commit a118d8d4 authored by Mehmet Salih Hasanoglu's avatar Mehmet Salih Hasanoglu
Browse files

frontend state updated

parent df75b05e
No related branches found
No related tags found
No related merge requests found
......@@ -39,13 +39,6 @@ class App extends Component {
}
}
})
// this.sleep(5000).then(r => {
// if (previousState.reactions !== this.state.reactions) {
// this.state.reactions = previousState.reactions
// this.setState(this.state.reactions);
// }
// })
}
handleClick = (reaction) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment