diff --git a/ui/views/tx/tx-view.js b/ui/views/tx/tx-view.js index 851e1e0..e471626 100644 --- a/ui/views/tx/tx-view.js +++ b/ui/views/tx/tx-view.js @@ -21,7 +21,7 @@ export default function TxView() { if (error) throw error if (!txInfo) return
return <> -

Transaction +

Transaction {txhash}

@@ -52,4 +52,4 @@ export default function TxView() { setTxInfo(txInfo)}/>
-} \ No newline at end of file +}