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 {