remove unused TransactionsListItem container
This commit is contained in:
parent
8cd4872ac8
commit
6d5172e3c8
|
@ -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);
|
Loading…
Reference in New Issue