From 91e23c4040d9a57c0d57caff090d3c20760cb294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Fern=C3=A1ndez?= Date: Sat, 6 Jul 2024 05:17:19 +0200 Subject: [PATCH] Correct latest-invoice.tsx chapter reference (#790) --- dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {