Skip to content

Commit 01ee70e

Browse files
committed
lint error fix
1 parent 906fd5d commit 01ee70e

File tree

1 file changed

+1
-1
lines changed
  • contentcuration/contentcuration/frontend/shared

1 file changed

+1
-1
lines changed

contentcuration/contentcuration/frontend/shared/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ window.addEventListener('offline', () => {
3939
});
4040

4141
// Track page state
42-
const isNavigating = false;
42+
let isNavigating = false;
4343
const pendingRequests = new Set();
4444

4545
// Create an AbortController for managing pending requests

0 commit comments

Comments
 (0)