Commit 53fed4f2 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

removed shortenHexData to from table context

parent ea3f0481
...@@ -515,7 +515,6 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => { ...@@ -515,7 +515,6 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
</span> </span>
</div>) </div>)
} else { } else {
// to = helper.shortenHexData(to)
hash = helper.shortenHexData(data.blockHash) hash = helper.shortenHexData(data.blockHash)
return ( return (
<div> <div>
......
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