Add loading indicator for trending tags (#7693)
This commit is contained in:
committed by
Eugen Rochko
parent
bfa12239e8
commit
69b45350fe
@ -4,7 +4,7 @@ import { fetchTrends } from '../../../actions/trends';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
results: state.getIn(['search', 'results']),
|
||||
trends: state.get('trends'),
|
||||
trends: state.getIn(['trends', 'items']),
|
||||
});
|
||||
|
||||
const mapDispatchToProps = dispatch => ({
|
||||
|
Reference in New Issue
Block a user