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>
|
||||
</TableRow>
|
||||
<TableRow modifier="bordered">
|
||||
<TableCell>Encoded tnx</TableCell>
|
||||
<TableCell>Encoded txn</TableCell>
|
||||
<TableCell modifier="bordered" data-testid="encoded-tnx">
|
||||
<TruncateInline
|
||||
text={txData.tx}
|
||||
|
Loading…
Reference in New Issue
Block a user