code refactoring, removed react helmet

This commit is contained in:
2023-11-21 13:12:41 +01:00
parent c56e3a106b
commit ec3a5ad1ee
7 changed files with 26 additions and 57 deletions

View File

@@ -36,6 +36,7 @@ export const availableDownloadPathsState = selector({
key: 'availableDownloadPathsState',
get: async ({ get }) => {
const res = await get(rpcClientState).directoryTree()
.catch(() => ({ result: [] }))
return res.result
}
})