From cb13e9c8e707e0a8218cca26067c82f9a2776d75 Mon Sep 17 00:00:00 2001 From: Agata Kosior Date: Mon, 29 Apr 2024 11:39:49 +0200 Subject: [PATCH] fix: comment change --- src/hooks/useReimbursementAccountStepFormSubmit.ts | 2 +- src/hooks/useStepFormSubmit.ts | 2 +- src/hooks/useWalletAdditionalDetailsStepFormSubmit.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hooks/useReimbursementAccountStepFormSubmit.ts b/src/hooks/useReimbursementAccountStepFormSubmit.ts index d0d9dd07035a..c18e2e33ed04 100644 --- a/src/hooks/useReimbursementAccountStepFormSubmit.ts +++ b/src/hooks/useReimbursementAccountStepFormSubmit.ts @@ -12,7 +12,7 @@ type UseReimbursementAccountStepFormSubmitParams = Pick /** * Hook for handling submit method in ReimbursementAccount substeps. - * When user is in editing mode we should save values only when user confirm that + * When user is in editing mode, we should save values only when user confirms the change * @param onNext - callback * @param fieldIds - field IDs for particular step * @param shouldSaveDraft - if we should save draft values diff --git a/src/hooks/useStepFormSubmit.ts b/src/hooks/useStepFormSubmit.ts index 86d754bf2fc9..0a0503516127 100644 --- a/src/hooks/useStepFormSubmit.ts +++ b/src/hooks/useStepFormSubmit.ts @@ -12,7 +12,7 @@ type UseStepFormSubmitParams = Pick