make tsc finally happy
Signed-off-by: Uncle Fatso <uncle.fatso@ghostchain.io>
This commit is contained in:
parent
e10a4a37a5
commit
5dd4c415ac
@ -242,7 +242,7 @@ export const Nominations = () => {
|
||||
const bondedAddress = useBondedAddress({ address: account?.address })
|
||||
|
||||
const payeeCalldata = usePayeeCalldata(expectedPayee, destinationReceiver)
|
||||
const withdrawCalldata = useWithdrawCalldata(slashingSpans?.prior?.length + 1 ?? 0)
|
||||
const withdrawCalldata = useWithdrawCalldata((slashingSpans?.prior?.length ?? 0) + 1)
|
||||
const nominateCalldata = useNominateCalldata(checkedAddresses)
|
||||
const bondExtraCalldata = useBondExtraCalldata(
|
||||
convertedAmount > 0n ? convertedAmount : undefined
|
||||
|
||||
Loading…
Reference in New Issue
Block a user