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 025a5e6 commit 6adbee6Copy full SHA for 6adbee6
live-view/live-view.js
@@ -815,7 +815,7 @@ async function handleLiveViewRequest(requestPath) {
815
let respObj;
816
817
// get repo obj from local storage
818
- const repoObj = modifiedRepos[fileUser + '/' + fileRepo.split(':')[]];
+ const repoObj = modifiedRepos[fileUser + '/' + fileRepo.split(':')[0]];
819
820
821
// if not logged in
0 commit comments