diff --git a/app/src/components/BrokerStatistics.tsx b/app/src/components/BrokerStatistics.tsx index df840c9..1ae27c6 100644 --- a/app/src/components/BrokerStatistics.tsx +++ b/app/src/components/BrokerStatistics.tsx @@ -42,7 +42,7 @@ class BrokerStatistics extends React.Component { public render() { const { tree, classes } = this.props - if (!tree) { + if (!tree || !tree.findNode('$SYS')) { return null }