Skip to content

Commit b065f49

Browse files
renanvalentinLucas Araujo
authored andcommitted
[DDW-858] Fix eslint warnings
1 parent bcaf138 commit b065f49

File tree

1 file changed

+0
-6
lines changed
  • source/renderer/app/components/staking/delegation-center

1 file changed

+0
-6
lines changed

source/renderer/app/components/staking/delegation-center/WalletRow.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,16 @@ const messages = defineMessages({
8282
type Props = {
8383
wallet: Wallet,
8484
delegatedStakePool?: ?StakePool,
85-
numberOfStakePools: number,
8685
numberOfRankedStakePools: number,
8786
onDelegate: Function,
8887
onUndelegate: Function,
8988
getStakePoolById: Function,
9089
nextEpochNumber: number,
9190
futureEpochNumber: number,
92-
onSelect?: Function,
93-
selectedPoolId?: ?number,
94-
isListActive?: boolean,
9591
currentTheme: string,
9692
onOpenExternalLink: Function,
9793
showWithSelectButton?: boolean,
9894
containerClassName: string,
99-
setListActive?: Function,
100-
listName?: string,
10195
};
10296

10397
type WalletRowState = {

0 commit comments

Comments
 (0)