Fixed bug of tasks and the chores page #625

Merged
ameye merged 1 commits from home-banners-dashboard into master 2024-03-08 00:38:54 +00:00
2 changed files with 0 additions and 3 deletions
@@ -32,7 +32,6 @@ export default function FamilyNewTasks({
const handlePagination = (e) => handlePagingFunc(e, setCurrentPage);
console.log("This is bad", familyData);
return (
<div
className={`update-table w-full bg-white dark:bg-dark-white h-full lg:min-h-[538px] overflow-hidden rounded-2xl section-shadow p-3 ${
@@ -59,8 +59,6 @@ const SuggestTask = ({ details, onClose, situation, continuePopupData }) => {
onClose();
};
console.log(pathname)
return (
<ModalCom action={onClose} situation={situation}>
<div className="logout-modal-wrapper lw-[90%] md:w-[768px] h-full lg:h-auto bg-white dark:bg-dark-white lg:rounded-2xl overflow-y-auto">