Get Account
This commit is contained in:
parent
2d69a024c1
commit
ce344e4a98
@ -333,6 +333,9 @@ const AccountListTable = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className='overflow-x-auto'>
|
||||
{isLoading ? (
|
||||
<Loading />
|
||||
) : (
|
||||
<table className={tableStyles.table}>
|
||||
<thead>
|
||||
{table.getHeaderGroups().map(headerGroup => (
|
||||
@ -390,6 +393,7 @@ const AccountListTable = () => {
|
||||
</tbody>
|
||||
)}
|
||||
</table>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<TablePagination
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user