Skip to content
Snippets Groups Projects
Commit 2bff0976 authored by Giannis Kopanas's avatar Giannis Kopanas
Browse files

fixing making multiple times the same request

parent e331640c
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ const ConnectPage = requirements => WrappedComponent => {
}
componentWillReceiveProps = nextProps => {
this.fetch(nextProps)
// this.fetch(nextProps)
}
fetch({ isAuthenticated }) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment