mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
address pr issues
This commit is contained in:
@@ -125,7 +125,8 @@ class Organization extends Component {
|
||||
} = this.state;
|
||||
|
||||
const tabsPaddingOverride = {
|
||||
padding: '0'
|
||||
padding: '0',
|
||||
borderBottom: '1px solid black'
|
||||
};
|
||||
|
||||
const canSeeNotificationsTab = me.is_system_auditor || isNotifAdmin || isAuditorOfThisOrg;
|
||||
|
||||
Reference in New Issue
Block a user