From 728577a8e1125cec4329d022e2b2cfdc36f0c228 Mon Sep 17 00:00:00 2001 From: Abhimanyu-dev Date: Wed, 10 Jul 2024 01:20:48 +0530 Subject: [PATCH] Minor Change --- .../rc/[rcid]/proforma/[proformaid]/view.tsx | 56 ++++++++++--------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/pages/admin/rc/[rcid]/proforma/[proformaid]/view.tsx b/pages/admin/rc/[rcid]/proforma/[proformaid]/view.tsx index 965e0385..f1ec2693 100644 --- a/pages/admin/rc/[rcid]/proforma/[proformaid]/view.tsx +++ b/pages/admin/rc/[rcid]/proforma/[proformaid]/view.tsx @@ -679,32 +679,36 @@ function View() { sx={textFieldSX} /> - -

Minimum Number of Hires

- -
- -

Expected Total Number of Hires

- -
+ {role !== 102 && ( + +

Minimum Number of Hires

+ +
+ )} + {role !== 102 && ( + +

Expected Total Number of Hires

+ +
+ )}

Preferred period of Internship