Remove redundant flow suppression

Summary: Per title.

Reviewed By: jknoxville

Differential Revision: D17341999

fbshipit-source-id: 181de3fd49c7dc48c4dc0b5f2e83e760f4cf873d
This commit is contained in:
Pascal Hartig
2019-09-12 08:09:21 -07:00
committed by Facebook Github Bot
parent c0cffe1240
commit c84d16334b

View File

@@ -264,7 +264,6 @@ export default class extends PureComponent<Props, State> {
translate={this.state.translate}
zoom={this.state.zoom}
nodeLabelComponent={{
// $FlowFixMe props are passed in by react-d3-tree
render: (
<NodeLabel onLabelClicked={this.props.nodeClickHandler} />
),