Remove depth info

This commit is contained in:
Willian Mitsuda 2021-10-27 01:09:03 -03:00
parent 48986de7f3
commit 0445ccd448
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ const TraceItem: React.FC<TraceItemProps> = ({ t, txData, last }) => {
)} )}
</div> </div>
<div className="flex items-baseline border rounded px-1 py-px"> <div className="flex items-baseline border rounded px-1 py-px">
<span className="mr-2">{t.depth}</span>
<span className="text-xs text-gray-400 lowercase">{t.type}</span> <span className="text-xs text-gray-400 lowercase">{t.type}</span>
<span> <span>
<AddressHighlighter address={t.to}> <AddressHighlighter address={t.to}>