aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/token-view/token-view.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/token-view/token-view.component.js')
-rw-r--r--ui/app/components/token-view/token-view.component.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/token-view/token-view.component.js b/ui/app/components/token-view/token-view.component.js
index 3e1a4a0c3..2267047af 100644
--- a/ui/app/components/token-view/token-view.component.js
+++ b/ui/app/components/token-view/token-view.component.js
@@ -3,7 +3,6 @@ import PropTypes from 'prop-types'
import Media from 'react-media'
import MenuBar from '../menu-bar'
import TokenViewBalance from '../token-view-balance'
-// import TransactionList from '../tx-list'
import TransactionList from '../transaction-list'
export default class TokenView extends PureComponent {