From 703d5a97e3e1551fc8e2445b8c4462cfdafeda34 Mon Sep 17 00:00:00 2001 From: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:58:33 -0700 Subject: [PATCH] Update calling raise hand button order --- ts/components/CallScreen.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ts/components/CallScreen.tsx b/ts/components/CallScreen.tsx index a43442c5c9e4..7718f514f3f5 100644 --- a/ts/components/CallScreen.tsx +++ b/ts/components/CallScreen.tsx @@ -884,14 +884,6 @@ export function CallScreen({ onClick={toggleAudio} tooltipDirection={TooltipPlacement.Top} /> - {isGroupCallRaiseHandEnabled && raiseHandButtonType && ( )} + {isGroupCallReactionsEnabled && reactButtonType && (