Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmahamed committed Mar 31, 2024
1 parent 258bfb4 commit 472cb5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/SingleList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { MdOutlineDeleteForever } from 'react-icons/md';
import { deleteList } from '../api';
import { Button } from '@mui/material';


export function SingleList({ name, path, setListPath, listPath, email }) {
// Function to handle selecting a list
const handleClick = () => {
Expand Down Expand Up @@ -32,6 +31,5 @@ export function SingleList({ name, path, setListPath, listPath, email }) {
onClick={handleDelete}
/>
</div>
}
)
);
}

0 comments on commit 472cb5c

Please sign in to comment.