chore(fluxWizard): remove unused fn

pull/5852/head
Pavel Zavora 2022-01-14 17:47:17 +01:00
parent 12c0b46713
commit 7fe4510b6f
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ interface Props {
children?: JSX.Element
}
const emptyFunction = () => {}
export default class BuilderCardDropdownHeader extends PureComponent<Props> {
public static defaultProps = {
testID: 'builder-card--header',