Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Tukachev committed Jan 26, 2023
1 parent 95873a5 commit 888a177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default async function Page() {
</div>
</div>
</summary>
<div className="hidden h-0 py-4 group-open:grid ">
<div className="hidden py-4 group-open:grid">
<ClientComponent>
<Suspense fallback={'loading...'}>
{/* @ts-expect-error RSC */}
Expand Down

1 comment on commit 888a177

@vercel
Copy link

@vercel vercel bot commented on 888a177 Jan 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.