seen the issue

This commit was merged in pull request #515.
This commit is contained in:
2023-11-21 08:02:11 -08:00
parent 97e3344953
commit 18c4f31322
@@ -46,7 +46,7 @@ const FamilySettings = () => {
family_banner: <FamilyBanner />,
};
const defaultTabComponent = Array(tabComponents)[0];
const defaultTabComponent = Array(tabComponents)[0].add_family;
const selectedComponent = tabComponents[tab] || defaultTabComponent;