Skip to content

Commit

Permalink
changed default months to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
shaankhosla committed Sep 22, 2023
1 parent 3496ac2 commit 2389e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/components/reports/CashFlow.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 2389e61

Please sign in to comment.