Footer to ContactDetailsPage

This commit is contained in:
Vesa Luusua 2017-10-20 18:17:59 +03:00
parent c48f16d81d
commit a7e6cc0e34
2 changed files with 11 additions and 0 deletions

View file

@ -11,6 +11,8 @@ import {
LayoutWrapperMain,
LayoutWrapperSideNav,
LayoutWrapperTopbar,
LayoutWrapperFooter,
Footer,
Page,
TabNav,
UserNav,
@ -99,6 +101,9 @@ export const ContactDetailsPageComponent = props => {
{changeEmailForm}
</div>
</LayoutWrapperMain>
<LayoutWrapperFooter>
<Footer />
</LayoutWrapperFooter>
</LayoutSideNavigation>
</Page>
);

View file

@ -73,6 +73,12 @@ exports[`ContactDetailsPage matches snapshot 1`] = `
</h1>
</div>
</LayoutWrapperMain>
<LayoutWrapperFooter
className={null}
rootClassName={null}
>
<InjectIntl(Footer) />
</LayoutWrapperFooter>
</LayoutSideNavigation>
</Page>
`;