From 0914e15348b4613e4363609b7445c8793c9b5c79 Mon Sep 17 00:00:00 2001 From: nicocappabianca Date: Wed, 21 Oct 2020 20:03:12 -0300 Subject: [PATCH] feat(tokens): Move TXID to its own card --- src/components/admin-lte/tokens/index.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/admin-lte/tokens/index.js b/src/components/admin-lte/tokens/index.js index b75068e..0b25172 100644 --- a/src/components/admin-lte/tokens/index.js +++ b/src/components/admin-lte/tokens/index.js @@ -19,7 +19,7 @@ class Tokens extends React.Component { inFetch: true, errMsg: '', selectedTokenToSend: '', - showForm: false, + showForm: false, txId: null } } @@ -36,18 +36,18 @@ class Tokens extends React.Component { className='btn-md ml-1 mt-1 mb-1' onClick={_this.handleGetTokens} /> - {_this.state.txId && -
+ {_this.state.txId && +
- - + -
- } +
} {_this.state.showForm && (