We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d379162 commit 91e23c4Copy full SHA for 91e23c4
dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx
@@ -14,7 +14,7 @@ export default async function LatestInvoices({
14
Latest Invoices
15
</h2>
16
<div className="flex grow flex-col justify-between rounded-xl bg-gray-50 p-4">
17
- {/* NOTE: Uncomment this code in Chapter 9 */}
+ {/* NOTE: Uncomment this code in Chapter 7 */}
18
19
{/* <div className="bg-white px-6">
20
{latestInvoices.map((invoice, i) => {
0 commit comments