diff --git a/centrifuge-app/src/components/LiquidityTransactionsSection.tsx b/centrifuge-app/src/components/LiquidityTransactionsSection.tsx index 8cce59a6c6..20e09e30aa 100644 --- a/centrifuge-app/src/components/LiquidityTransactionsSection.tsx +++ b/centrifuge-app/src/components/LiquidityTransactionsSection.tsx @@ -104,7 +104,7 @@ export default function LiquidityTransactionsSection({ : [] }, [chartData, dataColors, tooltips, pool.currency.symbol]) - return ( + return chartData?.length ? ( )} - ) + ) : null }