mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
parent
63a47b1ad2
commit
6483b10eba
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function Disk({ options, expanded, refresh = 1500 }) {
|
|||
return <Error options={options} />
|
||||
}
|
||||
|
||||
if (!data) {
|
||||
if (!data || !data.drive) {
|
||||
return <Resource
|
||||
icon={FiHardDrive}
|
||||
value="-"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue