Fondation
This commit is contained in:
parent
5228428d51
commit
eeb4c31807
@ -546,7 +546,7 @@ export default function MissionTabDetailPage() {
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
return isValid(mission.leantimeProjectId);
|
return isValid(mission.leantimeProjectId);
|
||||||
})() && (() => {
|
})() && mission.leantimeProjectId && (() => {
|
||||||
// Build Leantime URL: agilite.slm-lab.net/projects/showProject/[projectId]
|
// Build Leantime URL: agilite.slm-lab.net/projects/showProject/[projectId]
|
||||||
// If it's already a full URL, use it; otherwise build from ID
|
// If it's already a full URL, use it; otherwise build from ID
|
||||||
const leantimeUrl = mission.leantimeProjectId.startsWith('http')
|
const leantimeUrl = mission.leantimeProjectId.startsWith('http')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user