Fondation

This commit is contained in:
alma 2026-01-16 23:50:50 +01:00
parent 5228428d51
commit eeb4c31807

View File

@ -546,7 +546,7 @@ export default function MissionTabDetailPage() {
return true;
};
return isValid(mission.leantimeProjectId);
})() && (() => {
})() && mission.leantimeProjectId && (() => {
// Build Leantime URL: agilite.slm-lab.net/projects/showProject/[projectId]
// If it's already a full URL, use it; otherwise build from ID
const leantimeUrl = mission.leantimeProjectId.startsWith('http')