diff --git a/wallet-web/components/delegate/DelegateForm.tsx b/wallet-web/components/delegate/DelegateForm.tsx index 67aac7da76..cb8caecb8e 100644 --- a/wallet-web/components/delegate/DelegateForm.tsx +++ b/wallet-web/components/delegate/DelegateForm.tsx @@ -83,13 +83,13 @@ export default function DelegateForm(props: DelegateFormProps) { return (
- + - + {DENOM} + {DENOM} ), }} /> {allocationWarning && ( - + {allocationWarning} @@ -140,9 +140,9 @@ export default function DelegateForm(props: DelegateFormProps) {