Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chipanyanwu committed Nov 7, 2024
1 parent 26b02d7 commit 4e72cfe
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/components/Home/AddItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@ const AddItem = ({ label, onAdd }) => {
</Box>
) : null

const endAdornment =
label === 'New Task' ? (
<Box
sx={{
display: 'flex',
backgroundColor: '#eeeeee',
borderRadius: '0.25rem',
}}
>
<DateTimePicker
value={dueDate}
onChange={(newValue) => setDueDate(newValue)}
/>
</Box>
) : null

return (
<TextField
sx={{
Expand Down

0 comments on commit 4e72cfe

Please sign in to comment.