From f14425bbdf8b544423078c35ccfe9fd3a1e1bb90 Mon Sep 17 00:00:00 2001 From: Roman Krasikov Date: Fri, 21 Nov 2025 01:47:16 +0300 Subject: [PATCH] Fix chapter num in pagination component (#1135) Co-authored-by: Roman Krasikov --- dashboard/starter-example/app/ui/invoices/pagination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/starter-example/app/ui/invoices/pagination.tsx b/dashboard/starter-example/app/ui/invoices/pagination.tsx index 1113a29..0c9bc87 100644 --- a/dashboard/starter-example/app/ui/invoices/pagination.tsx +++ b/dashboard/starter-example/app/ui/invoices/pagination.tsx @@ -6,13 +6,13 @@ import Link from 'next/link'; import { generatePagination } from '@/app/lib/utils'; export default function Pagination({ totalPages }: { totalPages: number }) { - // NOTE: Uncomment this code in Chapter 11 + // NOTE: Uncomment this code in Chapter 10 // const allPages = generatePagination(currentPage, totalPages); return ( <> - {/* NOTE: Uncomment this code in Chapter 11 */} + {/* NOTE: Uncomment this code in Chapter 10 */} {/*