From 05a3c841475e70f707d827ad7d4d8720db9ac387 Mon Sep 17 00:00:00 2001 From: Adesojisouljay Date: Sun, 21 Apr 2024 22:16:51 +0100 Subject: [PATCH] video optional props --- src/common/components/editor-toolbar/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/components/editor-toolbar/index.tsx b/src/common/components/editor-toolbar/index.tsx index e58c0e169db..509adf6e5e3 100644 --- a/src/common/components/editor-toolbar/index.tsx +++ b/src/common/components/editor-toolbar/index.tsx @@ -53,10 +53,10 @@ interface Props { global: Global; users: User[]; activeUser: ActiveUser | null; - beneficiaryAdded: (item: BeneficiaryRoute) => void; + beneficiaryAdded?: (item: BeneficiaryRoute) => void; sm?: boolean; showEmoji?: boolean; - toggleThreaspeak: any + toggleThreaspeak?: any } interface State {