Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: comment
  • Loading branch information
hi-ogawa committed Apr 7, 2024
commit 5bd000bf6f9c43af30c396346b7019c0f912d1df
1 change: 1 addition & 0 deletions src/routes/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default async function Layout(props: LayoutProps) {
</div>
<div id="detail" style={{ position: "relative" }}>
{props.children}
{/* pending state needs to move off to client component */}
<GlobalPendingOverlay />
</div>
</body>
Expand Down