This commit is contained in:
Jamie Curnow
2022-07-14 21:53:11 +10:00
parent ee4c6a3a8b
commit 3c0af95468
8 changed files with 2925 additions and 3074 deletions

View File

@ -44,7 +44,7 @@ function HostsTable({
filters,
}: HostsTableProps) {
const [columns, tableData] = useMemo(() => {
const columns = [
const columns: any[] = [
{
accessor: "user.gravatarUrl",
Cell: GravatarFormatter(),