pete-kufahl
Results
2
comments of
pete-kufahl
make sure the css file is referenced correctly (i.e. using the right path) in the `stylesheet` link in the header section.
I'm still getting the same error on the same line: `no overload matches this call` but it's referencing `updateInvoiceWithId` this time. ``` import { updateInvoice, State } from '@/app/lib/actions'; ......