From 1813c7dc45a4c5ba4bd264620d511702f2953e1a Mon Sep 17 00:00:00 2001 From: Krom Date: Mon, 13 Nov 2023 12:11:07 -0500 Subject: [PATCH] Update table.tsx (#432) Fix starter code to remove code that the course tells the user to notice and write themselves. Shows the intended error via "next lint". Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> --- dashboard/starter-example/app/ui/invoices/table.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/starter-example/app/ui/invoices/table.tsx b/dashboard/starter-example/app/ui/invoices/table.tsx index 0255185..4fe45b7 100644 --- a/dashboard/starter-example/app/ui/invoices/table.tsx +++ b/dashboard/starter-example/app/ui/invoices/table.tsx @@ -90,7 +90,6 @@ export default async function InvoicesTable({ className="rounded-full" width={28} height={28} - alt={`${invoice.name}'s profile picture`} />

{invoice.name}