We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33495cd commit 0ad80c2Copy full SHA for 0ad80c2
packages/app/src/app/components/CreateSandbox/CreateSandbox.tsx
@@ -426,7 +426,7 @@ export const CreateSandbox: React.FC<CreateSandboxProps> = ({
426
<Panel tab={tabState} id="team-templates">
427
<TemplateCategoryList
428
title={`${
429
- isUser ? 'My' : activeTeamInfo.name
+ isUser ? 'My' : activeTeamInfo?.name || 'Team'
430
} templates`}
431
templates={teamTemplates}
432
onSelectTemplate={template => {
0 commit comments