mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 21:52:19 -04:00
perf(files): Remove redundant call to get navigation
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue