Skip to content

Commit

Permalink
Remove redundant month
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 9, 2024
1 parent 6d5871d commit 8cab483
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/cars/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const CarsPage = async (props: { searchParams: SearchParams }) => {
<div className="grid grid-cols-1 gap-2 lg:grid-cols-2">
<div className="flex items-end gap-2">
<Typography.H1>Car Registrations</Typography.H1>
<Typography.Lead>{formatDateToMonthYear(month)}</Typography.Lead>
</div>
<div className="lg:justify-self-end">
<Suspense fallback={null}>
Expand Down

0 comments on commit 8cab483

Please sign in to comment.