Commit 28dc0261 authored by tom's avatar tom

change blob txn text in block details

parent 14389fd1
...@@ -129,7 +129,7 @@ const BlockDetails = ({ query }: Props) => { ...@@ -129,7 +129,7 @@ const BlockDetails = ({ query }: Props) => {
const blockBlobTxsNum = (config.features.dataAvailability.isEnabled && data.blob_tx_count) ? ( const blockBlobTxsNum = (config.features.dataAvailability.isEnabled && data.blob_tx_count) ? (
<> <>
<span> and </span> <span> including </span>
<LinkInternal href={ route({ pathname: '/block/[height_or_hash]', query: { height_or_hash: heightOrHash, tab: 'blob_txs' } }) }> <LinkInternal href={ route({ pathname: '/block/[height_or_hash]', query: { height_or_hash: heightOrHash, tab: 'blob_txs' } }) }>
{ data.blob_tx_count } blob txn{ data.blob_tx_count === 1 ? '' : 's' } { data.blob_tx_count } blob txn{ data.blob_tx_count === 1 ? '' : 's' }
</LinkInternal> </LinkInternal>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment