From ac7321d1e6adb0963970162db689d1cefb0dbf5d Mon Sep 17 00:00:00 2001 From: Milton Moura Date: Sun, 8 Sep 2024 16:06:28 +0000 Subject: [PATCH] SpotlightTile should not duplicate the raised hand Signed-off-by: Milton Moura --- src/tile/SpotlightTile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tile/SpotlightTile.tsx b/src/tile/SpotlightTile.tsx index a37d9cc2..d01242c4 100644 --- a/src/tile/SpotlightTile.tsx +++ b/src/tile/SpotlightTile.tsx @@ -53,6 +53,7 @@ interface SpotlightItemBaseProps { unencryptedWarning: boolean; displayName: string; "aria-hidden"?: boolean; + raisedHand: boolean; } interface SpotlightUserMediaItemBaseProps extends SpotlightItemBaseProps { @@ -157,6 +158,7 @@ const SpotlightItem = forwardRef( unencryptedWarning, displayName, "aria-hidden": ariaHidden, + raisedHand: false, }; return vm instanceof ScreenShareViewModel ? (