Signin methods working with no errors.

This commit is contained in:
Patrick Fic
2019-12-06 23:42:16 -08:00
parent 4f3d917e06
commit f919025159
4 changed files with 18 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ const HeaderContainer = ({ landingHeader }) => {
const parsedNavItems = JSON.parse(data.masterdata_by_pk.value);
return (
<Header
landingHeader={landingHeader}
selectedNavItem={selectedNavItem}
navItems={parsedNavItems}
/>