Skip to content

Commit

Permalink
Correct latest-invoice.tsx chapter reference (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfdezc authored Jul 6, 2024
1 parent d379162 commit 91e23c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 91e23c4

Please sign in to comment.