Fixed typo causing error displays in the console.log and added tabs as individual components for Family settings #515

Merged
ameye merged 1 commits from Server-path-added into master 2023-11-21 16:18:25 +00:00
@@ -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;