mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
limit pool transactions list
This commit is contained in:
parent
0b99155923
commit
dd46e5ab85
@ -97,8 +97,8 @@ export default function PoolTransactions(): ReactElement {
|
||||
data={logs}
|
||||
className={styles.table}
|
||||
noHeader
|
||||
pagination={logs?.length >= 19}
|
||||
paginationPerPage={20}
|
||||
pagination={logs?.length >= 9}
|
||||
paginationPerPage={10}
|
||||
noDataComponent={<Empty />}
|
||||
/>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user