From 6d09da40e09d6e98eec009ddef305f3a9128cb4a Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 4 Aug 2021 15:19:12 +0100 Subject: [PATCH] remove unused generic --- wallet-web/components/bond/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet-web/components/bond/utils.ts b/wallet-web/components/bond/utils.ts index 0a1e61575d..9f9052df98 100644 --- a/wallet-web/components/bond/utils.ts +++ b/wallet-web/components/bond/utils.ts @@ -47,7 +47,7 @@ export const validateLocation = (location: string): boolean => { return !location.trim().includes('physical location of your node') } -export const formatDataForSubmission = ( +export const formatDataForSubmission = ( { amount, host,