fix: zoom video (#5910)
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in> Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in> Co-authored-by: Peer Richelsen <peeroke@gmail.com>pr/5569
parent
7501635fbf
commit
dca3278c40
|
@ -230,7 +230,7 @@ export const getMessageForOrganizer = (location: string, t: TFunction) => {
|
||||||
if (defaultLocation) {
|
if (defaultLocation) {
|
||||||
return t(defaultLocation.messageForOrganizer);
|
return t(defaultLocation.messageForOrganizer);
|
||||||
}
|
}
|
||||||
if (videoLocation && videoLocation.linkType !== "static") {
|
if (videoLocation && videoLocation.linkType !== "static" && videoLocation.type !== "integrations:zoom") {
|
||||||
return t(`Cal will provide a ${videoLocation.label} URL.`);
|
return t(`Cal will provide a ${videoLocation.label} URL.`);
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
|
|
Loading…
Reference in New Issue