add family tab populated with family list

This commit was merged in pull request #752.
This commit is contained in:
victorAnumudu
2024-07-16 12:11:52 +01:00
parent c14d8b0659
commit 5b9c564f96
10 changed files with 719 additions and 47 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ export default function FamilyTable({
return (
<div
className={`update-table w-full h-full p-4 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow min-h-[520px] flex flex-col justify-between ${
className={`update-table w-full h-full p-4 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl min-h-[520px] flex flex-col justify-between ${
className || ""
}`}
>