Skip to content

Commit

Permalink
use base token (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackburrus authored Jul 16, 2024
1 parent 637d258 commit 8bbedba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ export function OpenLongStats({
})}
>
<img
src={activeToken.iconUrl}
src={baseToken.iconUrl}
className="mr-1 h-9 rounded-full p-1"
/>
{`${formatBalance({
balance: amountPaidInBase + yieldAtMaturity,
decimals: baseToken.decimals,
places: baseToken.places,
})} `}
})}`}
</span>
)
}
valueUnit={`${activeToken.symbol}`}
valueUnit={`${baseToken.symbol}`}
valueClassName="text-base-content flex items-end"
subValue={`Term: ${numDays} days`}
/>
Expand Down

0 comments on commit 8bbedba

Please sign in to comment.