Decrease amount of peers show in the list to 15

This commit is contained in:
Misha Bragin
2022-03-25 15:06:07 +01:00
committed by GitHub
parent 0206212282
commit 67199a1394

View File

@@ -148,7 +148,7 @@ export const Peers = () => {
<PaginatedPeersList
data={peers}
RenderComponent={PeerRow}
dataLimit={25}
dataLimit={15}
pageLimit={5}
/>
</div>