Remove obsolete Authorized HOC from AllUsersTableEmpty

pull/2733/head
Jared Scheib 2018-01-10 16:08:22 -08:00
parent 0e9bf5e25b
commit d25b7a999d
1 changed files with 3 additions and 7 deletions

View File

@ -2,8 +2,6 @@ import React from 'react'
import UsersTableHeader from 'src/admin/components/chronograf/UsersTableHeader'
import Authorized, {SUPERADMIN_ROLE} from 'src/auth/Authorized'
import {USERS_TABLE} from 'src/admin/constants/chronografTableSizing'
const AllUsersTableEmpty = () => {
@ -26,11 +24,9 @@ const AllUsersTableEmpty = () => {
<th style={{width: colRole}} className="align-with-col-text">
Role
</th>
<Authorized requiredRole={SUPERADMIN_ROLE}>
<th style={{width: colSuperAdmin}} className="text-center">
SuperAdmin
</th>
</Authorized>
<th style={{width: colProvider}}>Provider</th>
<th style={{width: colScheme}}>Scheme</th>
<th className="text-right" style={{width: colActions}} />