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 6adbee6 commit c041036Copy full SHA for c041036
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(':')[0]];
+ const repoObj = modifiedRepos[treeLoc[0] + '/' + treeLoc[1].split(':')[0]];
819
820
821
// if not logged in
0 commit comments