From 8043ca2cf9f58de19c303dca5c2041a4d8dbc694 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Thu, 7 Apr 2022 16:35:37 -0400 Subject: [PATCH] [FIX] Queue Omnichannel rooms shouldn't show header buttons (#4031) --- app/views/RoomView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index 4cd521ad8..773f09b88 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -512,7 +512,7 @@ class RoomView extends React.Component { tmid={tmid} teamId={teamId} joined={joined} - t={t} + t={this.t || t} encrypted={encrypted} navigation={navigation} toggleFollowThread={this.toggleFollowThread}