Remove unused fixmes
Summary: Looks like some flow-disables were no longer necessary. Reviewed By: jknoxville Differential Revision: D9700398 fbshipit-source-id: 5514c16294624c1bed1d3818f9e271b07e320803
This commit is contained in:
committed by
Facebook Github Bot
parent
869c785c71
commit
07650d0627
@@ -28,7 +28,6 @@ import {
|
|||||||
import type {TrackType} from '../../fb-stubs/Logger.js';
|
import type {TrackType} from '../../fb-stubs/Logger.js';
|
||||||
import SidebarExtensions from '../../fb-stubs/LayoutInspectorSidebarExtensions.js';
|
import SidebarExtensions from '../../fb-stubs/LayoutInspectorSidebarExtensions.js';
|
||||||
|
|
||||||
// $FlowFixMe
|
|
||||||
import debounce from 'lodash.debounce';
|
import debounce from 'lodash.debounce';
|
||||||
|
|
||||||
export type InspectorState = {|
|
export type InspectorState = {|
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ class SearchableManagedTable extends PureComponent<Props, State> {
|
|||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
// $FlowFixMe
|
|
||||||
<ManagedTable
|
<ManagedTable
|
||||||
{...props}
|
{...props}
|
||||||
filter={this.state.filterRows}
|
filter={this.state.filterRows}
|
||||||
|
|||||||
Reference in New Issue
Block a user