Skip to content

Commit

Permalink
revert report page fix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ranven committed Dec 9, 2024
1 parent 9c556eb commit a7249ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/components/ReportPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export default () => {
year,
tempAnswers: answers,
oldAnswers,
draftYear: draftYear?.year ?? new Date().getFullYear(),
deadline: nextDeadline ?? new Date(),
draftYear: draftYear && draftYear.year,
deadline: nextDeadline,
form: filters.form,
})

Expand Down

0 comments on commit a7249ea

Please sign in to comment.