mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
ui: 100 offers per page
This commit is contained in:
@@ -161,7 +161,7 @@ const MIN_REFRESH_INTERVAL = 30; // Minimum refresh interval in seconds
|
||||
const isSentOffers = window.offersTableConfig.isSentOffers;
|
||||
|
||||
let currentPage = 1;
|
||||
const itemsPerPage = 20;
|
||||
const itemsPerPage = 100;
|
||||
|
||||
const coinIdToName = {
|
||||
1: 'particl', 2: 'bitcoin', 3: 'litecoin', 4: 'decred',
|
||||
|
||||
Reference in New Issue
Block a user