mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
FIX #274 Eliminated extraneous letter 'S' from app/ui/invoices/create-form.tsx, located at line 60. (#280)
Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,6 @@ export default function Form({ customers }: { customers: CustomerField[] }) {
|
||||
<CurrencyDollarIcon className="pointer-events-none absolute left-3 top-1/2 h-[18px] w-[18px] -translate-y-1/2 text-gray-500 peer-focus:text-gray-900" />
|
||||
</div>
|
||||
</div>
|
||||
s
|
||||
</div>
|
||||
|
||||
{/* Invoice Status */}
|
||||
|
||||
Reference in New Issue
Block a user