fix: pagination in PaymentsTable and TopupsTable components 🐛
This commit is contained in:
@@ -52,7 +52,6 @@ export async function DevicesTable({
|
||||
}
|
||||
apiParams.limit = limit;
|
||||
apiParams.offset = offset;
|
||||
console.log("API Params:", apiParams);
|
||||
const [error, devices] = await tryCatch(
|
||||
getDevices(apiParams),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user