import { Typography } from '@material-ui/core/' import EthereumAddress from '../../../components/EthereumAddress' import DepositModal from '../../../containers/DepositModal' import CodeBlockTabs from '../../../components/CodeBlockTabs' import type { ReactElement } from 'react' type Props = StatusChequebookHook const ChequebookDeployFund = ({ isLoading, chequebookAddress, chequebookBalance }: Props): ReactElement | null => { if (isLoading) return null return (
{chequebookAddress?.chequebookaddress &&