Browse Source

fix(lint): fix lint errors

renovate/lint-staged-8.x
Jack Mallers 7 years ago
parent
commit
e60297af85
  1. 4
      app/components/Contacts/Network.js
  2. 2
      app/routes/app/components/App.js

4
app/components/Contacts/Network.js

@ -22,7 +22,7 @@ class Network extends Component {
channels: { channels: {
searchQuery, searchQuery,
filterPulldown, filterPulldown,
filter, filter
// loadingChannelPubkeys, // loadingChannelPubkeys,
// closingChannelIds // closingChannelIds
}, },
@ -178,7 +178,7 @@ Network.propTypes = {
toggleFilterPulldown: PropTypes.func.isRequired, toggleFilterPulldown: PropTypes.func.isRequired,
changeFilter: PropTypes.func.isRequired, changeFilter: PropTypes.func.isRequired,
updateChannelSearchQuery: PropTypes.func.isRequired, updateChannelSearchQuery: PropTypes.func.isRequired,
openContactModal: PropTypes.func.isRequired, openContactModal: PropTypes.func.isRequired
} }
export default Network export default Network

2
app/routes/app/components/App.js

@ -102,8 +102,6 @@ App.propTypes = {
fetchBalance: PropTypes.func.isRequired, fetchBalance: PropTypes.func.isRequired,
fetchDescribeNetwork: PropTypes.func.isRequired, fetchDescribeNetwork: PropTypes.func.isRequired,
children: PropTypes.object.isRequired children: PropTypes.object.isRequired
} }

Loading…
Cancel
Save