From 47b9b4b19603d7e91b87dab8256a5d11a1ee9525 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 7 Feb 2026 10:10:58 +0330 Subject: [PATCH] remove business phone --- src/pages/service/BuyService.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/service/BuyService.tsx b/src/pages/service/BuyService.tsx index 20475d6..3a51781 100644 --- a/src/pages/service/BuyService.tsx +++ b/src/pages/service/BuyService.tsx @@ -26,7 +26,6 @@ const BuyService: FC = () => { const formik = useFormik({ initialValues: { businessName: '', - businessPhone: '', description: '', planId: planId ? planId : '', serviceId: serviceId ? serviceId : '' @@ -82,13 +81,13 @@ const BuyService: FC = () => { error_text={formik.touched.businessName && formik.errors.businessName ? formik.errors.businessName : ''} /> -
+ {/*
-
+
*/}