diff --git a/src/components/FamilyAcc/FamilyTable.jsx b/src/components/FamilyAcc/FamilyTable.jsx index 0927118..3a2a0fe 100644 --- a/src/components/FamilyAcc/FamilyTable.jsx +++ b/src/components/FamilyAcc/FamilyTable.jsx @@ -4,7 +4,6 @@ import LoadingSpinner from "../Spinners/LoadingSpinner"; export default function FamilyTable({ className, familyList, loader }) { const filterCategories = ["All Categories", "Explore", "Featured"]; - const [selectedCategory, setCategory] = useState(filterCategories[0]); return (
|
-
-
-
-
-
-
- - {`${firstname} ${lastname} (${age})`} -- - Added{" "} - 10-10-2029 - - |
-
-
-
- 10-10-2019
-
-
- |
-
-
-
- 100
-
-
- |
- - |
| @@ -90,8 +99,8 @@ export default function FamilyTable({ className, familyList, loader }) { > | |||