Skip to content

Commit

Permalink
remove-sync-access
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnansh5 committed Oct 1, 2023
1 parent 057ed91 commit e4d4807
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pages/admin/rc/[rcid]/student/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,15 @@ function Index() {
<div />
)}
</Tooltip>
<Tooltip title="Sync Student Data with Master">
<IconButton onClick={handleOpenSync}>
<SyncIcon />
</IconButton>
</Tooltip>
{role === 100 ? (
<Tooltip title="Sync Student Data with Master">
<IconButton onClick={handleOpenSync}>
<SyncIcon />
</IconButton>
</Tooltip>
) : (
<div />
)}
<Tooltip title="UnFreeze Students">
<IconButton onClick={handleOpenUnFreeze}>
<HowToRegIcon />
Expand Down

0 comments on commit e4d4807

Please sign in to comment.