Skip to content

Commit 0aa085d

Browse files
committed
Update live-view.js
1 parent 55e15d0 commit 0aa085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ async function setupLiveView() {
215215
let fileContent;
216216

217217
// get repo obj from local storage
218-
const repoObj = modifiedRepos[user + '/' + repoName];
218+
const repoObj = modifiedRepos[treeLoc[0] + '/' + treeLoc[1].split(':')[0]];
219219

220220

221221
// if not logged in

0 commit comments

Comments
 (0)