Skip to content

Commit

Permalink
refactor: 권한 별 위임 관리 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishAltruism committed Feb 29, 2024
1 parent b0f65d2 commit a6162e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/setting/home/SettingHomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const SettingHomePage: React.FC = observer(() => {
</div>
))
: null}
{me.isCouncil || me.isStudentLeader || me.isAlumniLeader ? (
{me.isAlumniLeader ? (
<Link to={PAGE_URL.SettingRoleDelegation}>권한 위임</Link>
) : null}
</Box>
Expand Down

0 comments on commit a6162e3

Please sign in to comment.