Skip to content
Snippets Groups Projects
Commit ec9d8769 authored by Alexandros Georgantas's avatar Alexandros Georgantas
Browse files

Merge branch '129-creating-multiple-submissions-loading-in-cycle' into 'master'

fixing making multiple times the same request

Closes #129

See merge request xpub!102
parents 1224d2ce 2bff0976
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