diff --git a/src/components/DashboardPage.js b/src/components/DashboardPage.js index cc3be0d4..16d3f9b0 100644 --- a/src/components/DashboardPage.js +++ b/src/components/DashboardPage.js @@ -135,8 +135,12 @@ class DashboardPage extends PureComponent { style={{ cursor: 'pointer', height: 200 }} onClick={() => push(`/account/${key}`)} > -
{accounts[key].name}
-
{accounts[key].data && formatBTC(accounts[key].data.balance)}
+ + {accounts[key].name} + + + {accounts[key].data && formatBTC(accounts[key].data.balance)} + ), )}