Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)

closes #3275
This commit is contained in:
Taloth Saldono
2019-08-27 23:48:34 +02:00
committed by Qstick
parent f2200f793d
commit 40736336db
5 changed files with 8 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ function RootFolders(props) {
key={rootFolder.id}
id={rootFolder.id}
path={rootFolder.path}
accessible={rootFolder.accessible}
freeSpace={rootFolder.freeSpace}
unmappedFolders={rootFolder.unmappedFolders}
/>