From de19161a4ce39ab3badfac9aa2b8c72467e7ff60 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 20 Oct 2017 18:22:08 +0300 Subject: [PATCH] Footer to PayoutPreferencesPage --- .../PayoutPreferencesPage.js | 19 +++++++++++++-- .../PayoutPreferencesPage.test.js.snap | 24 ++++++++++++++++++- 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.js b/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.js index f3bb53c0..7e7f588c 100644 --- a/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.js +++ b/src/containers/PayoutPreferencesPage/PayoutPreferencesPage.js @@ -4,7 +4,14 @@ import { compose } from 'redux'; import { connect } from 'react-redux'; import * as propTypes from '../../util/propTypes'; import { isScrollingDisabled } from '../../ducks/UI.duck'; -import { Page } from '../../components'; +import { + Page, + LayoutSingleColumn, + LayoutWrapperTopbar, + LayoutWrapperMain, + LayoutWrapperFooter, + Footer, +} from '../../components'; import { TopbarContainer } from '../../containers'; export const PayoutPreferencesPageComponent = props => { @@ -17,7 +24,15 @@ export const PayoutPreferencesPageComponent = props => { title="Payout preferences" scrollingDisabled={scrollingDisabled} > - + + + + + Content + +