diff --git a/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx b/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx index 4b34f3a..27b74f6 100644 --- a/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx +++ b/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx @@ -14,7 +14,7 @@ export default async function LatestInvoices({ Latest Invoices
- {/* NOTE: Uncomment this code in Chapter 9 */} + {/* NOTE: Uncomment this code in Chapter 7 */} {/*
{latestInvoices.map((invoice, i) => {