Skip to content

Commit

Permalink
fix: pass username props
Browse files Browse the repository at this point in the history
  • Loading branch information
anonfedora committed Dec 18, 2024
1 parent 380515a commit 38c855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/social-sphere-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function SocialSphereSidebar() {
</SidebarMenuItem>
</SidebarMenu>
</SidebarContent>
<Profile name={"John Doe"} />
<Profile username={"John Doe"} />
<SidebarRail />
</Sidebar>
);
Expand Down

0 comments on commit 38c855d

Please sign in to comment.