From f9a7c0c8a81d4fee08a9b923a1f59d61c16d62c4 Mon Sep 17 00:00:00 2001 From: Jordan Acosta Date: Fri, 21 Jun 2024 16:13:13 -0700 Subject: [PATCH] fix: type errors --- components/InstallStepper/CompanyContent.tsx | 4 ++-- components/InstallStepper/NavArrows.tsx | 2 +- components/InstallStepper/index.tsx | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/components/InstallStepper/CompanyContent.tsx b/components/InstallStepper/CompanyContent.tsx index fbcdfd1..25403f7 100644 --- a/components/InstallStepper/CompanyContent.tsx +++ b/components/InstallStepper/CompanyContent.tsx @@ -8,7 +8,7 @@ import { Card } from "@/components"; export const CompanyContent = ({ open = false, onClick = () => {}, - searchParams = {}, + searchParams = { name: "" }, }) => ( Company Info @@ -20,7 +20,7 @@ export const CompanyContent = ({ {}, isFirstStep = false, handleNext = () => {}, - isLastStep = () => {}, + isLastStep = false, }) => (