From e4d480746c240861d972d82bd81962afaad0da70 Mon Sep 17 00:00:00 2001 From: Krishnansh5 <5272.krishnansh@gmail.com> Date: Sun, 1 Oct 2023 20:22:32 +0530 Subject: [PATCH] remove-sync-access --- pages/admin/rc/[rcid]/student/index.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pages/admin/rc/[rcid]/student/index.tsx b/pages/admin/rc/[rcid]/student/index.tsx index 8cc780ff..8b3b9648 100644 --- a/pages/admin/rc/[rcid]/student/index.tsx +++ b/pages/admin/rc/[rcid]/student/index.tsx @@ -267,11 +267,15 @@ function Index() {
)} - - - - - + {role === 100 ? ( + + + + + + ) : ( +
+ )}