Skip to content

Commit

Permalink
perf(files): Remove redundant call to get navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 8, 2024
1 parent e672707 commit a180cd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/files/src/views/folderTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ const removeFolderView = (folder: Folder) => {
}

const removeFolderViewSource = (source: string) => {
const Navigation = getNavigation()
Navigation.remove(source)
}

Expand Down

0 comments on commit a180cd9

Please sign in to comment.