#412 Updated redirect logic
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
️ Deploy Preview for eclipsefdn-react-members ready! Explore the source changes: eee058be Inspect the deploy log: https://app.netlify.com/sites/eclipsefdn-react-members/deploys/61dc9b6b75b9c40008d4eed8 Browse the preview: https://deploy-preview-455--eclipsefdn-react-members.netlify.appEdited by EclipseWeb Web19 23 20 24 export default function OrgProfile() { 21 25 const classes = useStyle(); 26 const { currentUser } = useContext(GlobalContext); 22 27 23 return ( 28 return !checkPermission(PERMISSIONS_BASED_ON_ROLES.accessContacts, currentUser?.relation) ? ( changed this line in version 5 of the diff
added 1 commit
- eee058be - Corrected the permission name for org profile page
mentioned in commit a9cb8e24