diff --git a/ui/src/CheckSources.tsx b/ui/src/CheckSources.tsx index b0213bc3d0..f80ec6ba3f 100644 --- a/ui/src/CheckSources.tsx +++ b/ui/src/CheckSources.tsx @@ -139,7 +139,7 @@ export class CheckSources extends Component { } if ( - me.superAdmin && + _.get(me, 'superAdmin', false) && !organizations.find(o => o.id === currentOrganization.id) ) { notify(copy.notifyUserRemovedFromCurrentOrg())