Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
refactor: remove unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 17, 2019
1 parent 020e639 commit a030325
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions renderer/components/Channels/ChannelCreateForm.js
Expand Up @@ -321,6 +321,7 @@ class ChannelCreateForm extends React.Component {
walletBalance,
currencyName,
isQueryingFees,
fetchTickers,
onchainFees,
onSubmit,
openChannel,
Expand Down
1 change: 0 additions & 1 deletion renderer/containers/Channels/ChannelCreateForm.js
Expand Up @@ -8,7 +8,6 @@ import { updateContactFormSearchQuery, contactFormSelectors } from 'reducers/con
import { walletSelectors } from 'reducers/wallet'

const mapStateToProps = state => ({
cryptoCurrencyTicker: tickerSelectors.currencyName(state),
activeWalletSettings: walletSelectors.activeWalletSettings(state),
searchQuery: state.contactsform.searchQuery,
selectedNodeDisplayName: contactFormSelectors.selectedNodeDisplayName(state),
Expand Down

0 comments on commit a030325

Please sign in to comment.