Skip to content

Commit

Permalink
Merge branch 'develop' into r/component/createworkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricschwyter authored Dec 30, 2022
2 parents 5e8d4d9 + 89233a7 commit 7cf8c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumium-space/pages/[workspaceId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ const Workspace: React.FC = () => {

return (
<Authenticator>
<SidebarWithHeader workspace={workspace} userInfo={userInfo}>
<SidebarWithHeader>
{
(workspace?.name && userInfo?.nickName) &&
<Heading>
Expand Down

0 comments on commit 7cf8c2b

Please sign in to comment.