Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Revert "Try fix playwright"
Browse files Browse the repository at this point in the history
This reverts commit 2bb9732.
  • Loading branch information
abefernan committed Oct 15, 2024
1 parent 2bb9732 commit 24cdded
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions components/txs-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ export function TxsTable() {
getSortedRowModel: getSortedRowModel(),
});

if (isPending) {
return "Loading...";
}

if (error) {
return "An error ocurred";
}

return (
<div className="space-y-4">
<DataTableToolbar table={table} />
Expand Down

0 comments on commit 24cdded

Please sign in to comment.