We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea2622 commit 6841f3bCopy full SHA for 6841f3b
client-side-validation/app/routes/_index.tsx
@@ -28,7 +28,7 @@ export const loader = async () => {
28
// today string in "YYYY-MM-DD" format
29
const todayString = date.toISOString().substring(0, 10);
30
31
- date.setDate(date.getDate() + 1)
+ date.setDate(date.getDate() + 1);
32
33
// tomorrow string in "YYYY-MM-DD" format
34
const tomorrowString = date.toISOString().substring(0, 10);
0 commit comments