Fix issues determined from testing series

This commit is contained in:
Sean Morley
2024-11-07 19:48:44 -05:00
parent c7207ccf52
commit b32c780266
5 changed files with 28 additions and 17 deletions

View File

@@ -29,12 +29,6 @@
let count = data.props.count || 0;
$: {
if (count != adventures.length) {
count = adventures.length;
}
}
let totalPages = Math.ceil(count / resultsPerPage);
let currentPage: number = 1;