Skip to content

Commit

Permalink
fix: 修复 build 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Apr 19, 2024
1 parent b51c4fa commit 663ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function Admin() {
<Card isBlurred shadow="sm" className="h-48">
<CardBody className="grid grid-cols-2 gap-4">
{data.result ? data.result.map((item: any) => (
<div className="flex flex-col space-y-4">
<div key={item?.tag} className="flex flex-col space-y-4">
<span className="font-light">{item?.tag}</span>
<span className="text-xl font-semibold">{item?._count.tag}</span>
</div>
Expand Down

0 comments on commit 663ff6f

Please sign in to comment.