import React from 'react'; import { Steps, Breadcrumb } from 'antd'; const { Step } = Steps; export default class BusinessWallet extends React.Component { constructor(props, context) { super(props, context); this.state = { }; } render() { const breadcrumb = this.props.breadcrumb || []; const step = parseInt(this.props.step); return (