diff --git a/packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx b/packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx index 11436446911..8839e094e45 100644 --- a/packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx +++ b/packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx @@ -79,6 +79,16 @@ function CustomTooltip({ active, payload, isConcise }: CustomTooltipProps) { } /> + {data.transfers !== 0 && ( + + {amountToCurrency(data.transfers)} + + } + /> + )}