Show broker statistics only if there are any
This commit is contained in:
@@ -42,7 +42,7 @@ class BrokerStatistics extends React.Component<Props, {}> {
|
|||||||
|
|
||||||
public render() {
|
public render() {
|
||||||
const { tree, classes } = this.props
|
const { tree, classes } = this.props
|
||||||
if (!tree) {
|
if (!tree || !tree.findNode('$SYS')) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user