From 32ec0664291a9164a0eed52e7d2f5cd49211e02b Mon Sep 17 00:00:00 2001 From: hairyputtar <148847552+hairyputtar@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:22:27 +0530 Subject: [PATCH] fix(client): donation-modal typo (#52097) --- client/src/components/Donation/donation-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Donation/donation-modal.tsx b/client/src/components/Donation/donation-modal.tsx index b5d34524647..3c458dfcb26 100644 --- a/client/src/components/Donation/donation-modal.tsx +++ b/client/src/components/Donation/donation-modal.tsx @@ -410,7 +410,7 @@ function DonateModal({ const loadElementsIndividually = useFeature('load_elements_individually').on; const showMultiTier = useFeature('multi-tier').on; - // test wheather the conversions are being distributed properly + // test whether the conversions are being distributed properly useFeature('aa-test-in-component'); const handleProcessing = () => {