Skip to content

Commit 04c60d6

Browse files
committed
show previous quizzes
1 parent 02e2b6b commit 04c60d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/student.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const getStudentDetails = async (email) => {
9191
// get users age in teh system from created time.
9292
const age = getNumberOfDays(createdTime);
9393

94-
const currentDate = moment();
94+
const currentDate = moment("2024-10-13");
9595
const sevenDaysBefore = `${currentDate
9696
.clone()
9797
.subtract(7, "days")

0 commit comments

Comments
 (0)