Skip to content

Commit

Permalink
Update docs/pages/getting-started/migrating-to-v5.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Kawahara Shotaro <121674121+k-taro56@users.noreply.github.com>
  • Loading branch information
ndom91 and k-taro56 committed May 19, 2024
1 parent e7bd26b commit cf104bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/getting-started/migrating-to-v5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ const ClientComponent = () => {
const session = useSession();

return (
<SessionProvider>
<p>Welcome {session?.user?.name}</p>
</SessionProvider>
<SessionProvider>
<p>Welcome {session?.user?.name}</p>
</SessionProvider>
)
}
```
Expand Down

0 comments on commit cf104bd

Please sign in to comment.