diff --git a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx index 18b5e4d59..205b3eb94 100644 --- a/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel/AddCollectionPanel.tsx @@ -410,7 +410,6 @@ export class AddCollectionPanel extends React.Component )} @@ -1474,19 +1473,4 @@ export class AddCollectionPanel extends React.Component JSX.Element, - ): JSX.Element | null => { - if (!option) { - return null; - } - - return ( -
- {defaultRender ? defaultRender(option) : {option.text}} -
- ); - }; }