We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df1c5b commit e050e57Copy full SHA for e050e57
src/app/components/Staking/StakingForm.tsx
@@ -52,7 +52,6 @@ export function StakingForm() {
52
<PromptBox className="py-[10vh]">
53
<DelegationForm
54
loading={loading}
55
- available={available}
56
blocked={blocked}
57
disabled={disabled}
58
hasError={hasError}
0 commit comments