From c84d16334bc1a76d69fe4bd9492080b0e2164ad7 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 12 Sep 2019 08:09:21 -0700 Subject: [PATCH] Remove redundant flow suppression Summary: Per title. Reviewed By: jknoxville Differential Revision: D17341999 fbshipit-source-id: 181de3fd49c7dc48c4dc0b5f2e83e760f4cf873d --- src/plugins/sections/Tree.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/sections/Tree.js b/src/plugins/sections/Tree.js index a0cf16f21..22e165679 100644 --- a/src/plugins/sections/Tree.js +++ b/src/plugins/sections/Tree.js @@ -264,7 +264,6 @@ export default class extends PureComponent { translate={this.state.translate} zoom={this.state.zoom} nodeLabelComponent={{ - // $FlowFixMe props are passed in by react-d3-tree render: ( ),