Fix string break
This commit is contained in:
parent
2ff64db1be
commit
d4aee16141
|
@ -160,7 +160,7 @@ const Block: React.FC = () => {
|
||||||
</InfoRow>
|
</InfoRow>
|
||||||
<InfoRow title="Extra Data">
|
<InfoRow title="Extra Data">
|
||||||
{extraStr} (Hex:{" "}
|
{extraStr} (Hex:{" "}
|
||||||
<span className="font-data">{block.extraData}</span>)
|
<span className="font-data break-all">{block.extraData}</span>)
|
||||||
</InfoRow>
|
</InfoRow>
|
||||||
<InfoRow title="Ether Price">
|
<InfoRow title="Ether Price">
|
||||||
<USDValue value={blockETHUSDPrice} />
|
<USDValue value={blockETHUSDPrice} />
|
||||||
|
|
Loading…
Reference in New Issue