diff --git a/client/coral-admin/src/routes/Community/components/People.js b/client/coral-admin/src/routes/Community/components/People.js index 75d08429a..b92bd679a 100644 --- a/client/coral-admin/src/routes/Community/components/People.js +++ b/client/coral-admin/src/routes/Community/components/People.js @@ -1,4 +1,5 @@ import React from 'react'; +import cn from 'classnames'; import styles from './styles.css'; import Table from './Table'; import {Icon} from 'coral-ui'; @@ -24,7 +25,7 @@ const People = (props) => { const hasResults = !!users.length; return ( -