remove block from blockheight
This commit is contained in:
parent
79b58600e9
commit
52d938a22a
|
@ -90,7 +90,7 @@ export default function Price ({ className }) {
|
|||
if (asSats === 'blockHeight') {
|
||||
return (
|
||||
<div className={compClassName} onClick={handleClick} variant='link'>
|
||||
{`block ${blockHeight}`}
|
||||
{blockHeight}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue