Skip to content

Commit 29209a5

Browse files
committed
fix prettier errors
1 parent 3c8eebb commit 29209a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/pages/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ const IndexPage: NextPageWithLayout = () => {
7070
Popular packages
7171
</p>
7272
<div className="grid sm:grid-cols-8 md:grid-cols-12 gap-4">
73-
{data?.map((pkg: any) => (
74-
<PackageCard key={pkg.id} pkg={pkg} />
75-
))}
73+
{data?.map((pkg: any) => <PackageCard key={pkg.id} pkg={pkg} />)}
7674
</div>
7775
</div>
7876

0 commit comments

Comments
 (0)