From b8a971da1b1fffecb4fa7d1b5326aa5b74a323e1 Mon Sep 17 00:00:00 2001 From: Sophia Date: Mon, 21 Oct 2024 09:23:13 -0400 Subject: [PATCH] Show graph on portfolio page (#2510) * Show graph on portfolio page * Unify display when no values in portfolio --- centrifuge-app/src/components/Portfolio/Transactions.tsx | 2 +- centrifuge-app/src/pages/Portfolio/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/centrifuge-app/src/components/Portfolio/Transactions.tsx b/centrifuge-app/src/components/Portfolio/Transactions.tsx index 653012ef0a..d6189bc428 100644 --- a/centrifuge-app/src/components/Portfolio/Transactions.tsx +++ b/centrifuge-app/src/components/Portfolio/Transactions.tsx @@ -208,7 +208,7 @@ export function Transactions({ onlyMostRecent, narrow, txTypes, address, tranche ) : ( - + No transactions displayed yet diff --git a/centrifuge-app/src/pages/Portfolio/index.tsx b/centrifuge-app/src/pages/Portfolio/index.tsx index 05b99e7e8d..71fec628f5 100644 --- a/centrifuge-app/src/pages/Portfolio/index.tsx +++ b/centrifuge-app/src/pages/Portfolio/index.tsx @@ -33,7 +33,7 @@ function Portfolio() { Track and manage your portfolio - + {transactions?.investorTransactions.length === 0 && connectedNetwork === 'centrifuge' ? (