Skip to content

Commit

Permalink
FIX #274 Eliminated extraneous letter 'S' from app/ui/invoices/create…
Browse files Browse the repository at this point in the history
…-form.tsx, located at line 60. (#280)

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
SSukhvant and delbaoliveira authored Oct 30, 2023
1 parent 1a598cd commit e008e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/starter-example/app/ui/invoices/create-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */}
Expand Down

1 comment on commit e008e7a

@vercel
Copy link

@vercel vercel bot commented on e008e7a Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-learn-dashboard – ./dashboard/final-example

next-learn-dashboard-git-main.vercel.sh
next-learn-dashboard.vercel.sh

Please sign in to comment.