1
0
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:
Matthias Kretschmann 2020-10-22 13:22:42 +02:00
parent 0b99155923
commit dd46e5ab85
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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 />}
/>
)