archive bugfix

This commit is contained in:
marcobaobao
2023-11-21 18:07:04 +01:00
parent 12f6b6bf10
commit 17779995c3
+2 -2
View File
@@ -108,8 +108,8 @@ export default function Downloaded() {
path: upperLevel,
shaSum: '',
size: 0,
}, ...r]
: r
}, ...r.filter(f => f.name !== '')]
: r.filter(f => f.name !== '')
)
)
)()