From 1818e36ab24d89552d0e688bae411ced956117a3 Mon Sep 17 00:00:00 2001 From: Aathithan Chandrabalan Date: Sun, 3 Dec 2023 16:16:33 -0500 Subject: [PATCH] typo lol --- frontend/src/components/pages/AdminControls/SignInLogs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pages/AdminControls/SignInLogs.tsx b/frontend/src/components/pages/AdminControls/SignInLogs.tsx index 28f7c4fb..b52219b1 100644 --- a/frontend/src/components/pages/AdminControls/SignInLogs.tsx +++ b/frontend/src/components/pages/AdminControls/SignInLogs.tsx @@ -45,7 +45,7 @@ const SignInLogsPage = (): React.ReactElement => { // Create an array of dictionaries const signInLogs: MyDictionary[] = [ { id: 1, date: "2023-12-03T13:30:00.000Z" , name: "Aathithan Chandrabalan" }, - { id: 1, date: "2023-12-01T12:30:00.000Z" , name: "Phil Dunphry" }, + { id: 1, date: "2023-12-01T12:30:00.000Z" , name: "Phil Dunphy" }, { id: 1, date: "2023-12-04T15:11:00.000Z" , name: "Connor Bechthold" }, { id: 1, date: "2023-12-05T19:45:00.000Z" , name: "Bob Cob" }, { id: 1, date: "2023-12-05T21:23:00.000Z" , name: "Jessica P" },