diff --git a/services/web/frontend/js/features/project-list/components/new-project-button.tsx b/services/web/frontend/js/features/project-list/components/new-project-button.tsx index 22f3109b2b..ed78820df4 100644 --- a/services/web/frontend/js/features/project-list/components/new-project-button.tsx +++ b/services/web/frontend/js/features/project-list/components/new-project-button.tsx @@ -221,7 +221,7 @@ function NewProjectButton({ ) : null} {t('templates')} - {templateLinks.map((templateLink, index) => ( + {templateLinks?.map((templateLink, index) => (