This commit is contained in:
Timo K
2026-03-09 14:40:13 +01:00
parent 273eedd256
commit 54bef07b3b
2 changed files with 5 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ export function ReactionPopupMenu({
interface ReactionToggleButtonProps extends ComponentPropsWithoutRef<"button"> {
identifier: string;
vm: CallViewModel;
size: "sm" | "lg";
size?: "sm" | "lg";
}
export function ReactionToggleButton({