Skip to content

Commit

Permalink
Merge pull request #37 from spknetwork/optional-props
Browse files Browse the repository at this point in the history
video optional props
  • Loading branch information
Adesojisouljay authored Apr 21, 2024
2 parents 6fc1b08 + 05a3c84 commit ae36a52
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 ae36a52

Please sign in to comment.