@ -170,7 +170,7 @@ export default class ColumnSettings extends React.PureComponent {
< / d i v >
< / d i v >
{ ( this . context . identity . permissions & PERMISSION _MANAGE _USERS === PERMISSION _MANAGE _USERS ) && (
{ ( ( this . context . identity . permissions & PERMISSION _MANAGE _USERS ) === PERMISSION _MANAGE _USERS ) && (
< div role = 'group' aria - labelledby = 'notifications-admin-sign-up' >
< span id = 'notifications-status' className = 'column-settings__section' > < FormattedMessage id = 'notifications.column_settings.admin.sign_up' defaultMessage = 'New sign-ups:' / > < / s p a n >
@ -183,7 +183,7 @@ export default class ColumnSettings extends React.PureComponent {
< / d i v >
) }
{ ( this . context . identity . permissions & PERMISSION _MANAGE _REPORTS === PERMISSION _MANAGE _REPORTS ) && (
{ ( ( this . context . identity . permissions & PERMISSION _MANAGE _REPORTS ) === PERMISSION _MANAGE _REPORTS ) && (
< div role = 'group' aria - labelledby = 'notifications-admin-report' >
< span id = 'notifications-status' className = 'column-settings__section' > < FormattedMessage id = 'notifications.column_settings.admin.report' defaultMessage = 'New reports:' / > < / s p a n >