mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Resolve linter issues
This commit is contained in:
@@ -28,7 +28,10 @@ class DownloadCommentHistoryContainer extends Component {
|
||||
const mapDispatchToProps = dispatch => bindActionCreators({ notify }, dispatch);
|
||||
|
||||
const enhance = compose(
|
||||
connect(null, mapDispatchToProps),
|
||||
connect(
|
||||
null,
|
||||
mapDispatchToProps
|
||||
),
|
||||
withFragments({
|
||||
root: gql`
|
||||
fragment TalkDownloadCommentHistory_DownloadCommentHistorySection_root on RootQuery {
|
||||
|
||||
Reference in New Issue
Block a user