allow viewing total funding chart

This commit is contained in:
tjs 2023-03-30 15:41:28 -04:00
parent 582ecfa2b3
commit 2771c9be35
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ const AccountPage = () => {
{t('account:total-funding-earned')}
</p>
</Tooltip>
{Math.abs(fundingTotalValue) > 1 && mangoAccountAddress ? (
{mangoAccountAddress ? (
<Tooltip
className="hidden md:block"
content="Funding Chart"