[FIX] Queue Omnichannel rooms shouldn't show header buttons (#4031)
This commit is contained in:
parent
349e10e328
commit
8043ca2cf9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue