Remove unused inner component

This commit is contained in:
Kimmo Puputti 2017-10-23 15:07:03 +03:00
parent d07fd9f63d
commit e4a1e64b52

View file

@ -61,15 +61,6 @@ const stepsActive = listing => {
};
};
// TODO remove TestPanel when different wizard forms are available
const TestPanel = props => {
return <div>{props.children}</div>;
};
TestPanel.propTypes = {
children: PropTypes.node.isRequired,
};
// Create a new or edit listing through EditListingWizard
const EditListingWizard = props => {
const {