From 2bb973203c3b0c1a4919e64b1211bb1151a78fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Fern=C3=A1ndez?= <44572727+abefernan@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:03:02 +0200 Subject: [PATCH] Try fix playwright --- components/txs-table/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/txs-table/index.tsx b/components/txs-table/index.tsx index 674a01c..8772d21 100644 --- a/components/txs-table/index.tsx +++ b/components/txs-table/index.tsx @@ -80,6 +80,14 @@ export function TxsTable() { getSortedRowModel: getSortedRowModel(), }); + if (isPending) { + return "Loading..."; + } + + if (error) { + return "An error ocurred"; + } + return (