Skip to content

Commit

Permalink
video optional props
Browse files Browse the repository at this point in the history
  • Loading branch information
Adesojisouljay committed Apr 21, 2024
1 parent 6fc1b08 commit 05a3c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/components/editor-toolbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 05a3c84

Please sign in to comment.