Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haru52 committed Jun 15, 2024
1 parent 58333da commit 21439e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/[userScreenName]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ export default async function Page({
</p>
)}
<h2>参加中のソーシャル</h2>
<Socials socials={socials} avatars={user.avatars} />
<Socials
socials={socials}
avatars={user.avatars}
isLoggedIn={session !== null}
/>
<h2>ポスト</h2>
<Posts posts={posts} />
</div>
Expand Down

0 comments on commit 21439e1

Please sign in to comment.