Refactor TreeNode

This commit is contained in:
Thomas Nordquist
2019-07-17 09:15:25 +02:00
parent 0a5d010827
commit 04ba067775
3 changed files with 6 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ function BrokerStatistics(props: Props) {
{renderPair(tree, stats.heap, stats.heapMax)}
</div>
)
}, [sysTopic && sysTopic.lastUpdate])
}, [sysTopic && sysTopic.lastUpdate, props.classes])
}
const mapStateToProps = (state: AppState) => {