Skip to content

Commit 91e23c4

Browse files
authored
Correct latest-invoice.tsx chapter reference (#790)
1 parent d379162 commit 91e23c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default async function LatestInvoices({
1414
Latest Invoices
1515
</h2>
1616
<div className="flex grow flex-col justify-between rounded-xl bg-gray-50 p-4">
17-
{/* NOTE: Uncomment this code in Chapter 9 */}
17+
{/* NOTE: Uncomment this code in Chapter 7 */}
1818

1919
{/* <div className="bg-white px-6">
2020
{latestInvoices.map((invoice, i) => {

0 commit comments

Comments
 (0)