diff --git a/app/components/public/stream/video-stream.hbs b/app/components/public/stream/video-stream.hbs
index c210fab2da5..e660746ea06 100644
--- a/app/components/public/stream/video-stream.hbs
+++ b/app/components/public/stream/video-stream.hbs
@@ -8,19 +8,16 @@
{{/if}}
-{{#if this.selectingLanguage.selectingLanguage}}
-
-
-{{/if}}
-
{{#if (eq @videoStream.videoChannel.provider 'jitsi')}}
{{/if}}
{{#if (eq this.provider 'youtube')}}
-
{{/if}}
{{#if (and (eq @videoStream.videoChannel.provider 'vimeo') this.vimeoId)}}
diff --git a/app/routes/public/cfs/edit-speaker.js b/app/routes/public/cfs/edit-speaker.js
index ebad0618777..c65891ef71a 100644
--- a/app/routes/public/cfs/edit-speaker.js
+++ b/app/routes/public/cfs/edit-speaker.js
@@ -9,7 +9,7 @@ export default class EditSpeakerRoute extends Route {
async model(params) {
const eventDetails = this.modelFor('public');
- const speaker = await this.store.findRecord('speaker', params.speaker_id, { include: 'sessions' })
+ const speaker = await this.store.findRecord('speaker', params.speaker_id, { include: 'sessions' });
return {
event : eventDetails,
forms : await eventDetails.query('customForms', {
@@ -24,4 +24,4 @@ export default class EditSpeakerRoute extends Route {
speaker
};
}
-}
\ No newline at end of file
+}