src/components/TransactionStatus.jsx
Function render
has 60 lines of code (exceeds 50 allowed). Consider refactoring. Open
Open
render() {
const { transaction } = this.props;
switch (transaction.get("txStatus")) {
case TX_STATUS_AWAITING_USER_ACCEPTANCE:
return (
- Create a ticketCreate a ticket