From 2771c9be3578cd769efd1a2405115f28356b5165 Mon Sep 17 00:00:00 2001
From: tjs
Date: Thu, 30 Mar 2023 15:41:28 -0400
Subject: [PATCH] allow viewing total funding chart
---
components/account/AccountPage.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/account/AccountPage.tsx b/components/account/AccountPage.tsx
index 7012cafc..9eb723cf 100644
--- a/components/account/AccountPage.tsx
+++ b/components/account/AccountPage.tsx
@@ -636,7 +636,7 @@ const AccountPage = () => {
{t('account:total-funding-earned')}
- {Math.abs(fundingTotalValue) > 1 && mangoAccountAddress ? (
+ {mangoAccountAddress ? (