diff --git a/frontend/react-app/src/components/TaskList.jsx b/frontend/react-app/src/components/TaskList.jsx
index cf7b10c..36be7c0 100644
--- a/frontend/react-app/src/components/TaskList.jsx
+++ b/frontend/react-app/src/components/TaskList.jsx
@@ -47,7 +47,7 @@ function TaskList({dataToUse, headersAndAccessors}){
const { getTableBodyProps, getTableProps, rows, prepareRow, headerGroups} = useTable({columns,data: filteredData}, useSortBy)
return(
-
+