Fondation

This commit is contained in:
alma 2026-01-16 23:47:14 +01:00
parent 7e08a47166
commit 5228428d51

View File

@ -469,7 +469,7 @@ export default function MissionTabDetailPage() {
return true;
};
return isValid(mission.outlineCollectionId);
})() && (() => {
})() && mission.outlineCollectionId && (() => {
// Build Outline URL: chapitre.slm-lab.net/collection/[collectionId]
// If it's already a full URL, use it; otherwise build from ID
const outlineUrl = mission.outlineCollectionId.startsWith('http')