Skip to content

Commit

Permalink
typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
achandrabalan committed Dec 3, 2023
1 parent 74fdde0 commit 1818e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/AdminControls/SignInLogs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 1818e36

Please sign in to comment.