We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f123d8b commit fae16d8Copy full SHA for fae16d8
app/components/public/stream/side-panel.ts
@@ -140,8 +140,6 @@ export default class PublicStreamSidePanel extends Component<Args> {
140
microlocationId : rooms.data.filter((room: any) => room.relationships['video-stream'].data ? room.relationships['video-stream'].data.id === stream.id : null).map((room: any) => room.id)[0],
141
hash : stringHashCode(stream.attributes.name + stream.id)
142
})).forEach(async(stream: any) => {
143
- const res = await this.fetchTranslationChannels(stream.id)
144
- stream.translations = res
145
this.addStream(stream)
146
});
147
this.streams.forEach(async(stream: any) => {
0 commit comments