Loading...
;
}
@@ -88,7 +131,7 @@ export function AdminPage() {
This data is fetched from the current backend deployment.
- {recentPlayedItems.map((item) => {
+ {getItemsForCurrentPage().map((item) => {
const successText = item.success ? "Yes" : "No"; // Convert bool to "Yes" or "No"
return (
+
+
+ Page {currentPage} of{" "}
+ {Math.ceil(recentPlayedItems.length / itemsPerPage)}
+
+
+