Fondation

This commit is contained in:
alma 2026-01-16 23:43:57 +01:00
parent 8ca2a3de18
commit 7e08a47166

View File

@ -434,7 +434,7 @@ export default function MissionTabDetailPage() {
return true;
};
return isValid(mission.rocketChatChannelId);
})() && (() => {
})() && mission.rocketChatChannelId && (() => {
// Build RocketChat URL: parole.slm-lab.net/channel/[channelId]
// If it's already a full URL, use it; otherwise build from ID
const rocketChatUrl = mission.rocketChatChannelId.startsWith('http')