remove block from blockheight

This commit is contained in:
keyan 2023-09-12 16:36:26 -05:00
parent 79b58600e9
commit 52d938a22a
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ export default function Price ({ className }) {
if (asSats === 'blockHeight') {
return (
<div className={compClassName} onClick={handleClick} variant='link'>
{`block ${blockHeight}`}
{blockHeight}
</div>
)
}