Skip to content

Commit

Permalink
fix: delete debug jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Nov 11, 2024
1 parent d9ba070 commit 7ee0718
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,6 @@ export default function ConnectionTable({
<ConnectionTableBody table={table} />
</Table>
<TablePagination table={table} />

<pre>
{JSON.stringify(
{ columnFilters: table.getState().columnFilters },
null,
2
)}
</pre>
</div>
);
}

0 comments on commit 7ee0718

Please sign in to comment.