diff --git a/src/components/FamilyAcc/FamilyTable.jsx b/src/components/FamilyAcc/FamilyTable.jsx index 0626588..3ff903d 100644 --- a/src/components/FamilyAcc/FamilyTable.jsx +++ b/src/components/FamilyAcc/FamilyTable.jsx @@ -1,76 +1,89 @@ import React, { useState } from "react"; import dataImage1 from "../../assets/images/data-table-user-1.png"; -export default function FamilyTable({ className, familyList }) { +export default function FamilyTable({ className, familyList, loader }) { const filterCategories = ["All Categories", "Explore", "Featured"]; console.log(familyList) const [selectedCategory, setCategory] = useState(filterCategories[0]); return (
| Name | -Last Login | -No of Tasks | -+ | Name | +Last Login | +No of Tasks | +Status |
|---|---|---|---|---|---|---|---|
|
-
-
-
-
-
-
- - {`${firstname} ${lastname} (${age})`} -- - Added {` ${added}`} - - |
-
-
-
- 10-10-2019
-
-
- |
-
-
-
- 100
-
-
- |
-
- - |