Skip to content

Commit fae16d8

Browse files
authored
fix #9053 (#9088)
1 parent f123d8b commit fae16d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/components/public/stream/side-panel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ export default class PublicStreamSidePanel extends Component<Args> {
140140
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],
141141
hash : stringHashCode(stream.attributes.name + stream.id)
142142
})).forEach(async(stream: any) => {
143-
const res = await this.fetchTranslationChannels(stream.id)
144-
stream.translations = res
145143
this.addStream(stream)
146144
});
147145
this.streams.forEach(async(stream: any) => {

0 commit comments

Comments
 (0)