perf(files): Remove redundant call to get navigation

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/47122/head
Christopher Ng 2024-08-07 20:52:29 +07:00
parent 36cf891b7f
commit 86459aa5da
1 changed files with 0 additions and 1 deletions

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