diff --git a/src/components/data/DataTable.tsx b/src/components/data/DataTable.tsx index d95b5faf..c46bee53 100644 --- a/src/components/data/DataTable.tsx +++ b/src/components/data/DataTable.tsx @@ -401,15 +401,15 @@ export default function DataTable({ {!loading && tableRows} {noContent && ( - - + + {loading ? ( - + ) : ( <>{emptyMessage} )} - - + + )} {children}