Remove unused prop

Summary:
While reading through the Inspector I found this prop passed down and not used anywhere

printer_shredder

Reviewed By: Katalune

Differential Revision: D22431895

fbshipit-source-id: 6cbc97b3faec26349a1ad900ffa455e95f53bb2b
This commit is contained in:
Paco Estevez Garcia
2020-07-08 07:00:39 -07:00
committed by Facebook GitHub Bot
parent 79997f2b38
commit 29b6be23e8
6 changed files with 0 additions and 7 deletions

View File

@@ -61,7 +61,6 @@ export type ElementsInspectorProps = {
| ((key: ElementID | undefined | null) => any)
| undefined
| null;
onValueChanged: ((path: Array<string>, val: any) => any) | undefined | null;
selected: ElementID | undefined | null;
focused?: ElementID | undefined | null;
searchResults?: ElementSearchResultSet | undefined | null;