From 734aaa195a4df0a879096e1bea2daa14e4752bc2 Mon Sep 17 00:00:00 2001 From: Matt Luongo Date: Tue, 25 Jul 2023 13:59:35 -0400 Subject: [PATCH] s/Unmit/Unmint/g --- src/pages/tBTC/Bridge/Unmint.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = ({}) => { ) : ( )}