Results 1 comments of Michael

I was having this error and then I realised that this line was wrong: /app/ui/invoices/buttons.tsx ``` href="/dashboard/invoices/${id}/edit" ``` should be: ``` href={`/dashboard/invoices/${id}/edit`} ```