This commit was merged in pull request #619.
This commit is contained in:
2024-03-06 20:48:54 +01:00
parent 68115e79fa
commit 9d7bcd91f4
3 changed files with 138 additions and 94 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ import localImgLoad from "../../lib/localImgLoad";
*/
export default function FamilyTable({
className,
familyList = [],
familyList,
loader,
popUpHandler,
imageServer,
@@ -184,7 +184,7 @@ export default function FamilyTable({
</div>
) : (
<>
{familyList?. > 0 ? (
{familyList?.length > 0 ? (
<table className="w-full text-sm text-left text-gray-500 dark:text-gray-400 relative">
<thead className="sticky top-0">
<tr className="text-base text-thin-light-gray whitespace-nowrap border-b dark:border-[#5356fb29] default-border-bottom ">