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' ? (