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') {
|
if (asSats === 'blockHeight') {
|
||||||
return (
|
return (
|
||||||
<div className={compClassName} onClick={handleClick} variant='link'>
|
<div className={compClassName} onClick={handleClick} variant='link'>
|
||||||
{`block ${blockHeight}`}
|
{blockHeight}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user