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 6f3b197 commit ce73204Copy full SHA for ce73204
src/lib/project-fetcher-hoc.jsx
@@ -115,7 +115,7 @@ const ProjectFetcherHOC = function (WrappedComponent) {
115
this.props.vm.stop();
116
117
// pm: clear url params when fetching if the project ID is 'default'
118
- if (loadingState === LoadingStates.LOADING_VM_NEW_DEFAULT && (projectId == 0 || projectId === null)) {
+ if (loadingState === LoadingStates.FETCHING_NEW_DEFAULT && (projectId == 0 || projectId === null)) {
119
const path = window.location.pathname + window.location.hash;
120
window.history.replaceState({}, document.title, path);
121
this.props.vm.setFramerate(30);
0 commit comments