Skip to content

Commit

Permalink
yet another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Oct 25, 2024
1 parent 88b7eca commit aed6e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/FormView/StatusMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const StatusMessage = ({ form, writeAccess = false }) => {

if (deadlineObj.getUTCHours() === 0 && deadlineObj.getUTCMinutes() === 0) {
// Subtract one minute
deadlineObj.setUTCHours(deadlineObj.getUTCHours() - 3)
deadlineObj.setUTCHours(deadlineObj.getUTCHours() - 2)
deadlineObj.setUTCMinutes(deadlineObj.getUTCMinutes() - 1)
}

Expand Down

0 comments on commit aed6e11

Please sign in to comment.