remove unused TransactionsListItem container

This commit is contained in:
Andrea Franz 2019-12-03 10:36:10 +01:00
parent 8cd4872ac8
commit 6d5172e3c8
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
//import { connect } from 'react-redux';
//import WalletsListItem from '../components/WalletsListItem';
//import { selectWallet } from '../actions';
//const mapStateToProps = state => ({
// //FIXME: hack
// wallets: state.wallets,
//});
//const mapDispatchToProps = dispatch => ({
// onItemClick: (index) => dispatch(selectWallet(index))
//});
//export default connect(
// mapStateToProps,
// mapDispatchToProps
//)(WalletsListItem);