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