From c53fa16e39ce46fab714f09ee8a3f7cf1f0b147d Mon Sep 17 00:00:00 2001 From: danidfra Date: Wed, 2 Oct 2024 20:07:45 -0300 Subject: [PATCH] Update completed modal (add onClose) --- .../modals/onboarding-flow-modal/onboarding-flow-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/ui/components/modals/onboarding-flow-modal/onboarding-flow-modal.tsx b/src/features/ui/components/modals/onboarding-flow-modal/onboarding-flow-modal.tsx index 1a0aa9fe6..6ab4732ee 100644 --- a/src/features/ui/components/modals/onboarding-flow-modal/onboarding-flow-modal.tsx +++ b/src/features/ui/components/modals/onboarding-flow-modal/onboarding-flow-modal.tsx @@ -53,7 +53,7 @@ const OnboardingFlowModal: React.FC = ({ onClose }) => { , ]; - steps.push(); + steps.push(); const handleKeyUp = ({ key }: KeyboardEvent): void => { switch (key) {