diff --git a/src/pages/tBTC/Bridge/Unmint.tsx b/src/pages/tBTC/Bridge/Unmint.tsx index a57b424f5..8d1b10d77 100644 --- a/src/pages/tBTC/Bridge/Unmint.tsx +++ b/src/pages/tBTC/Bridge/Unmint.tsx @@ -227,7 +227,7 @@ type UnmintFormValues = { wallet: RedemptionWalletData } -type UnmitnFormProps = { +type UnmintFormProps = { onSubmitForm: (values: UnmintFormValues) => void findRedemptionWallet: ( amount: string, @@ -235,7 +235,7 @@ type UnmitnFormProps = { ) => Promise } & UnmintFormBaseProps -const UnmintForm = withFormik({ +const UnmintForm = withFormik({ mapPropsToValues: () => ({ amount: "", btcAddress: "", @@ -298,7 +298,7 @@ export const UnmintPageLayout: PageComponent = ({}) => { ) : ( )}