Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed May 2, 2024
1 parent a1c21d0 commit 446d91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default async function Search({ searchParams }: Props) {
{header}
{data.packages.map((pkg) => (
<Card
key={pkg.id}
id={pkg.id}
className="w-full max-w-[500px] p-4"
as={NextLink}
Expand Down

0 comments on commit 446d91b

Please sign in to comment.