* check nsfw flag when retrieving trending channels * rename 'Tags you follow' to 'Suggested channels' * implement suggested subscriptions modal
4 lines
145 B
JavaScript
4 lines
145 B
JavaScript
import { connect } from 'react-redux';
|
|
import ModalSuggestedSubscriptions from './view';
|
|
|
|
export default connect()(ModalSuggestedSubscriptions);
|