diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index c9fc720..07f8a3a 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -18,6 +18,7 @@ export default function Apply() { let supabase = createSupabaseClient(); const [industry, setIndustry] = useState([]); const [isInUS, setIsInUS] = useState(""); + const [isForSale, setisForSale] = useState(""); const fetchIndustry = async () => { let { data: BusinessType, error } = await supabase @@ -104,7 +105,7 @@ export default function Apply() { How much money has your company
raised to date?
- + The sum total of past financing, including angel or venture{" "}
@@ -148,20 +149,20 @@ export default function Apply() { {/* Is your product available (for sale) in market? */}