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) {