diff --git a/src/component-library/Table/RegularTable.tsx b/src/component-library/Table/RegularTable.tsx index 5c1c1e6a7..ae1a5636f 100644 --- a/src/component-library/Table/RegularTable.tsx +++ b/src/component-library/Table/RegularTable.tsx @@ -107,7 +107,14 @@ export const RegularTable = (props: RegularTableProps) => { whereas noRowsOverlayComponent is shown when the loading has started without data transactions */ return ( <> -
+
{!isTableLoaded && }