Correct latest-invoice.tsx chapter reference (#790)

This commit is contained in:
Miguel Fernández
2024-07-06 05:17:19 +02:00
committed by GitHub
parent d379162091
commit 91e23c4040

View File

@@ -14,7 +14,7 @@ export default async function LatestInvoices({
Latest Invoices
</h2>
<div className="flex grow flex-col justify-between rounded-xl bg-gray-50 p-4">
{/* NOTE: Uncomment this code in Chapter 9 */}
{/* NOTE: Uncomment this code in Chapter 7 */}
{/* <div className="bg-white px-6">
{latestInvoices.map((invoice, i) => {