[FIX] Queue Omnichannel rooms shouldn't show header buttons (#4031)

This commit is contained in:
Gerzon Z 2022-04-07 16:35:37 -04:00 committed by GitHub
parent 349e10e328
commit 8043ca2cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
tmid={tmid}
teamId={teamId}
joined={joined}
t={t}
t={this.t || t}
encrypted={encrypted}
navigation={navigation}
toggleFollowThread={this.toggleFollowThread}