From 44912052f702ddea916faf235eb54c74c9be8223 Mon Sep 17 00:00:00 2001 From: timmi Date: Sun, 30 Mar 2025 03:58:28 -0700 Subject: [PATCH] Fixing typos in frontend. --- frontend/react-app/src/FakeData/fakeTaskData.json | 10 +++++----- frontend/react-app/src/components/CreateTaskForm.jsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/react-app/src/FakeData/fakeTaskData.json b/frontend/react-app/src/FakeData/fakeTaskData.json index ae6e3623..38a91415 100644 --- a/frontend/react-app/src/FakeData/fakeTaskData.json +++ b/frontend/react-app/src/FakeData/fakeTaskData.json @@ -22,7 +22,7 @@ "dueDate": "2/28/2025", "dateCompteted": "3/10/2025", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -48,7 +48,7 @@ "dueDate": "2/28/2025", "dateCompteted": "", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -67,7 +67,7 @@ "priority": "High", "dueDate": "3/4/2002", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { @@ -87,7 +87,7 @@ "dueDate": "3/9/2025", "dateCompteted": "", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" }, { "id": "4", @@ -106,7 +106,7 @@ "dueDate": "3/9/2025", "dateCompteted": "3/9/2025", "isLocked" : "false", - "discription": "This is a task that does stuff" + "description": "This is a task that does stuff" } ] \ No newline at end of file diff --git a/frontend/react-app/src/components/CreateTaskForm.jsx b/frontend/react-app/src/components/CreateTaskForm.jsx index 5b8ddafb..e18bb165 100644 --- a/frontend/react-app/src/components/CreateTaskForm.jsx +++ b/frontend/react-app/src/components/CreateTaskForm.jsx @@ -153,7 +153,7 @@ function CreateTaskForm({userId}){ )}