We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaf138 commit b065f49Copy full SHA for b065f49
source/renderer/app/components/staking/delegation-center/WalletRow.js
@@ -82,22 +82,16 @@ const messages = defineMessages({
82
type Props = {
83
wallet: Wallet,
84
delegatedStakePool?: ?StakePool,
85
- numberOfStakePools: number,
86
numberOfRankedStakePools: number,
87
onDelegate: Function,
88
onUndelegate: Function,
89
getStakePoolById: Function,
90
nextEpochNumber: number,
91
futureEpochNumber: number,
92
- onSelect?: Function,
93
- selectedPoolId?: ?number,
94
- isListActive?: boolean,
95
currentTheme: string,
96
onOpenExternalLink: Function,
97
showWithSelectButton?: boolean,
98
containerClassName: string,
99
- setListActive?: Function,
100
- listName?: string,
101
};
102
103
type WalletRowState = {
0 commit comments