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