diff --git a/src/components/AccountPage.js b/src/components/AccountPage.js index bfcc454c..33eca2c5 100644 --- a/src/components/AccountPage.js +++ b/src/components/AccountPage.js @@ -28,7 +28,7 @@ class AccountPage extends PureComponent { const { account, accountData } = this.props return ( - + {`${account.name} account`} diff --git a/src/components/DashboardPage.js b/src/components/DashboardPage.js index 0ead5e39..6aea3290 100644 --- a/src/components/DashboardPage.js +++ b/src/components/DashboardPage.js @@ -22,7 +22,7 @@ type Props = { class DashboardPage extends PureComponent { render() { const { totalBalance } = this.props - return Your balance: {format(totalBalance)} + return Your balance: {format(totalBalance)} } } diff --git a/src/components/SettingsPage/index.js b/src/components/SettingsPage/index.js index 328c3695..8f3f7eb3 100644 --- a/src/components/SettingsPage/index.js +++ b/src/components/SettingsPage/index.js @@ -25,7 +25,7 @@ class SettingsPage extends PureComponent { const { tab } = this.state return ( - + {'Settings'} { - +