diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js index 37060a2..333566f 100644 --- a/src/components/admin-lte/configure/index.js +++ b/src/components/admin-lte/configure/index.js @@ -39,7 +39,7 @@ class Configure extends React.Component { walletInfo={_this.props.walletInfo} setBchWallet={_this.props.setBchWallet} /> - + {_this.state.errMsg}

)} {_this.state.txId && ( -

Transaction ID: {_this.state.txId}

+ + Transaction ID: {_this.state.txId} + )}