diff --git a/packages/desktop-client/src/components/reports/CashFlow.js b/packages/desktop-client/src/components/reports/CashFlow.js index 704d6e99524..5869b7083e0 100644 --- a/packages/desktop-client/src/components/reports/CashFlow.js +++ b/packages/desktop-client/src/components/reports/CashFlow.js @@ -33,7 +33,7 @@ function CashFlow() { const [allMonths, setAllMonths] = useState(null); const [start, setStart] = useState( - monthUtils.subMonths(monthUtils.currentMonth(), 30), + monthUtils.subMonths(monthUtils.currentMonth(), 5), ); const [end, setEnd] = useState(monthUtils.currentDay());