diff --git a/components/pages/todos/ToDosPage.tsx b/components/pages/todos/ToDosPage.tsx index 8dddfc2..6ceb916 100644 --- a/components/pages/todos/ToDosPage.tsx +++ b/components/pages/todos/ToDosPage.tsx @@ -65,9 +65,7 @@ const ToDosPage = () => { {pageIndex == 1 && } {pageIndex == 2 && } - { - profileData?.userType == ProfileType.PARENT && - } + ) ;