.
This commit was merged in pull request #619.
This commit is contained in:
@@ -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 ">
|
||||
|
||||
Reference in New Issue
Block a user