We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ce776 commit 9c7cc1dCopy full SHA for 9c7cc1d
mithril-explorer/src/components/CertifyCardanoTransactionsModal/TransactionCertificationResult.js
@@ -37,7 +37,7 @@ function TransactionsTable({ transactions }) {
37
{transactions.map((tx) => (
38
<tr key={tx.hash}>
39
<td>
40
- {tx.certified ? <TransactionHash hash={tx.hash} /> : <CopyableHash hash={tx.hash} />}
+ <TransactionHash hash={tx.hash} />
41
</td>
42
43
{tx.certified ? (
0 commit comments