Fix/typo in block explorer label (#142)
Transaction is usually `txn` not `tnx`. - Update label
This commit is contained in:
parent
73e778de34
commit
859dc60133
@ -55,7 +55,7 @@ export const TxDetails = ({ txData, pubKey, className }: TxDetailsProps) => {
|
|||||||
</TableCell>
|
</TableCell>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
<TableRow modifier="bordered">
|
<TableRow modifier="bordered">
|
||||||
<TableCell>Encoded tnx</TableCell>
|
<TableCell>Encoded txn</TableCell>
|
||||||
<TableCell modifier="bordered" data-testid="encoded-tnx">
|
<TableCell modifier="bordered" data-testid="encoded-tnx">
|
||||||
<TruncateInline
|
<TruncateInline
|
||||||
text={txData.tx}
|
text={txData.tx}
|
||||||
|
Loading…
Reference in New Issue
Block a user