mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
parent
63a47b1ad2
commit
6483b10eba
@ -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…
x
Reference in New Issue
Block a user