|
@@ -32,7 +32,7 @@ class RemoveAdminButton extends React.Component {
|
|
|
const { t } = this.props;
|
|
const { t } = this.props;
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <a className="dropdown-item" href="" onClick={() => { this.onClickRemoveAdminBtn() }}>
|
|
|
|
|
|
|
+ <a className="dropdown-item" onClick={() => { this.onClickRemoveAdminBtn() }}>
|
|
|
<i className="icon-fw icon-user-unfollow"></i> {t('admin:user_management.user_table.remove_admin_access')}
|
|
<i className="icon-fw icon-user-unfollow"></i> {t('admin:user_management.user_table.remove_admin_access')}
|
|
|
</a>
|
|
</a>
|
|
|
);
|
|
);
|