fixed add family btn

This commit was merged in pull request #506.
This commit is contained in:
victorAnumudu
2023-11-09 07:09:24 +01:00
parent 32171ae3ce
commit 5e94ddee48
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ export default function FamilyAcc() {
>
Family Accounts
</span>
{familyList.length < process.env.REACT_APP_MAX_FAMILY_MEMBERS &&
{familyList?.result_list?.length < process.env.REACT_APP_MAX_FAMILY_MEMBERS &&
!loader && (
<button
onClick={popUpHandler}