Refactored teams components.
This commit is contained in:
@@ -2,10 +2,6 @@ import UsersDataTable from './UsersDataTable';
|
||||
import { Metadata } from 'next';
|
||||
|
||||
export default function () {
|
||||
if (process.env.cloudMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return <UsersDataTable />;
|
||||
}
|
||||
export const metadata: Metadata = {
|
||||
|
||||
Reference in New Issue
Block a user