Skip to content

Commit 7a0889d

Browse files
committed
Set the report date to a specific date so the test output does not change.
1 parent 2a93dda commit 7a0889d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/pages/CheckinsReportPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const CheckinsReportPage = () => {
4141

4242
// Set the report date to today less one month on first load
4343
useEffect(() => {
44-
setReportDate(new Date(new Date().setMonth(new Date().getMonth() - 1)));
44+
setReportDate(new Date(2024, 9, 1));
4545
}, []);
4646

4747
const handleQuarterClick = evt => {

0 commit comments

Comments
 (0)