diff options
Diffstat (limited to 'ui/app/components/token-view/token-view.component.js')
-rw-r--r-- | ui/app/components/token-view/token-view.component.js | 1 |
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 { |