[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}
|
tmid={tmid}
|
||||||
teamId={teamId}
|
teamId={teamId}
|
||||||
joined={joined}
|
joined={joined}
|
||||||
t={t}
|
t={this.t || t}
|
||||||
encrypted={encrypted}
|
encrypted={encrypted}
|
||||||
navigation={navigation}
|
navigation={navigation}
|
||||||
toggleFollowThread={this.toggleFollowThread}
|
toggleFollowThread={this.toggleFollowThread}
|
||||||
|
|
Loading…
Reference in New Issue