From a6e09363b8ad628e1f4fd230994a40fef3aa63d5 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 1 Sep 2025 11:47:46 -0400 Subject: wip: cloud --- cloud/app/src/routes/workspace.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cloud/app/src/routes') diff --git a/cloud/app/src/routes/workspace.tsx b/cloud/app/src/routes/workspace.tsx index ddb98f4c5..c8c05ef43 100644 --- a/cloud/app/src/routes/workspace.tsx +++ b/cloud/app/src/routes/workspace.tsx @@ -42,9 +42,7 @@ export default function WorkspaceLayout(props: RouteSectionProps) {
- {userInfo() && - {userInfo()!.user.email} - } + {userInfo()?.user.email}
-- cgit v1.2.3