diff --git a/app/components/Wallet/Wallet.js b/app/components/Wallet/Wallet.js index 5fcb25e1..74de945d 100644 --- a/app/components/Wallet/Wallet.js +++ b/app/components/Wallet/Wallet.js @@ -89,7 +89,10 @@ const Wallet = ({
- Successfully transaction + { + // TODO(jimmymow): remove this + // eslint-disable-next-line + }Successfully blockExplorer.showTransaction(successTransactionScreen.txid)}>sent transaction
} diff --git a/app/components/Wallet/Wallet.scss b/app/components/Wallet/Wallet.scss index 5dc92f5e..2ad5670f 100644 --- a/app/components/Wallet/Wallet.scss +++ b/app/components/Wallet/Wallet.scss @@ -196,3 +196,8 @@ transform: rotate(360deg); } } + +.txLink { + text-decoration: underline; + cursor: pointer; +}