Skip to content

Commit

Permalink
After some time show guidelines checkboxes even less often
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 17, 2024
1 parent e7888d4 commit 81ee8b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/submission/SubmissionChecklist.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,11 @@ function getDaysUntilNextConfirmation(): number {
return 1;
case 2:
return 3;
default:
case 3:
case 4:
return 7;
default:
return 30;
}
}

Expand Down

0 comments on commit 81ee8b3

Please sign in to comment.