perf(files): Remove redundant call to get navigation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/47122/head
Christopher Ng 1 year ago
parent 36cf891b7f
commit 86459aa5da
  1. 1
      apps/files/src/views/folderTree.ts

@ -75,7 +75,6 @@ const removeFolderView = (folder: Folder) => {
}
const removeFolderViewSource = (source: string) => {
const Navigation = getNavigation()
Navigation.remove(source)
}

Loading…
Cancel
Save