From fb0f0c0c6942ceed3fbd48bbc2ccdb9e21f3f320 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 10 Jan 2019 18:43:29 +0100 Subject: [PATCH] cleanup --- .../Wallet/views/Account/Summary/components/Token/index.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/Wallet/views/Account/Summary/components/Token/index.js b/src/views/Wallet/views/Account/Summary/components/Token/index.js index 8251e405..4999b447 100644 --- a/src/views/Wallet/views/Account/Summary/components/Token/index.js +++ b/src/views/Wallet/views/Account/Summary/components/Token/index.js @@ -50,10 +50,6 @@ const TokenName = styled(TokenText)` padding-right: 5px; `; -const TokenSymbol = styled(TokenText)` - flex: 0 0 0; -`; - const TokenBalance = styled(TokenText)` flex: 1 0 0; word-break: break-all; @@ -87,8 +83,7 @@ class AddedToken extends PureComponent { {this.props.token.name} - {this.getTokenBalance(this.props.token)} -  {this.props.token.symbol} + {this.getTokenBalance(this.props.token)} {this.props.token.symbol} this.props.removeToken(this.props.token)}