diff --git a/src/views/components/AddTaskModal.jsx b/src/views/components/AddTaskModal.jsx index 29c3de2..255fb7d 100644 --- a/src/views/components/AddTaskModal.jsx +++ b/src/views/components/AddTaskModal.jsx @@ -38,7 +38,6 @@ import { } from './CustomParsers' import DueDatePickerField from './DueDatePickerField' import LabelsPickerField from './LabelsPickerField' -import LearnMoreButton from './LearnMore' import NotificationPickerField from './NotificationPickerField' import PriorityPickerField from './PriorityPickerField' import RepeatPickerField from './RepeatPickerField' @@ -1183,8 +1182,8 @@ const TaskInput = ({ initialMode, isModalOpen, onChoreUpdate, onClose }) => { > {!showScan && !showVoice && ( <> - - + {/* { } /> - + */} { }} > - - Description - + Description )} {!hasSubTasks && ( @@ -1421,9 +1418,7 @@ const TaskInput = ({ initialMode, isModalOpen, onChoreUpdate, onClose }) => { }} > - - Subtasks - + Subtasks )}