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}
|
data={logs}
|
||||||
className={styles.table}
|
className={styles.table}
|
||||||
noHeader
|
noHeader
|
||||||
pagination={logs?.length >= 19}
|
pagination={logs?.length >= 9}
|
||||||
paginationPerPage={20}
|
paginationPerPage={10}
|
||||||
noDataComponent={<Empty />}
|
noDataComponent={<Empty />}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user