link_footer.js: remove mapDispatchToProps call
This commit is contained in:
parent
56d77aa51b
commit
152c136b62
1 changed files with 0 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
import { connect } from 'react-redux';
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { FormattedMessage, injectIntl } from 'react-intl';
|
||||
import { Link } from 'react-router-dom';
|
||||
|
||||
export default @injectIntl
|
||||
@connect(null, mapDispatchToProps)
|
||||
class LinkFooter extends React.PureComponent {
|
||||
|
||||
static propTypes = {
|
||||
|
@ -30,5 +28,4 @@ class LinkFooter extends React.PureComponent {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue