diff --git a/src/components/FeedbackSurvey/useDebouncedDigitInput.ts b/src/components/FeedbackSurvey/useDebouncedDigitInput.ts index 072eaeb..a7d85d5 100644 --- a/src/components/FeedbackSurvey/useDebouncedDigitInput.ts +++ b/src/components/FeedbackSurvey/useDebouncedDigitInput.ts @@ -80,3 +80,4 @@ export function useDebouncedDigitInput({ } }, [inputValue, enabled, once, debounceMs]) } +