Always show the resource graph boxes

This commit is contained in:
Dane Everitt 2019-12-07 11:11:40 -08:00
parent 976ad7497f
commit ae3f05b8f7
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 20 additions and 6 deletions

View file

@ -73,7 +73,7 @@ export default () => {
return () => {
instance.removeListener('stats', statsListener);
};
}, [ connected ]);
}, [ instance, connected ]);
return (
<div className={'my-10 flex'}>
@ -135,7 +135,7 @@ export default () => {
<div className={'flex-1 mx-4 mr-4'}>
<SuspenseSpinner>
<ChunkedConsole/>
{status !== 'offline' && <ChunkedStatGraphs/>}
<ChunkedStatGraphs/>
</SuspenseSpinner>
</div>
</div>