Breaking changes detected by snapshot tests.

Add screenshare button back to snapshot test.
Remove reaction button.
This commit is contained in:
Timo K
2026-04-14 14:04:29 +02:00
parent 400259207e
commit 8c5668bf1a
5 changed files with 16 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ export const CallFooter: FC<FooterProps> = ({
);
}
if (reactionIdentifier) {
if (reactionIdentifier && reactionData) {
buttons.push(
<ReactionToggleButton
size={buttonSize}