Browse Source

fix(invite): check Toolbox render method error

The app will crash for me with react complaining about not a component
being passed.
master
paweldomas 7 years ago
parent
commit
81fc961998

+ 0
- 0
react/features/invite/components/InviteButton.web.js View File


+ 1
- 0
react/features/invite/components/index.js View File

@@ -1,3 +1,4 @@
1 1
 export { default as AddPeopleDialog } from './AddPeopleDialog';
2 2
 export { default as InfoDialogButton } from './InfoDialogButton';
3
+export { default as InviteButton } from './InviteButton';
3 4
 export { DialInSummary } from './dial-in-summary';

Loading…
Cancel
Save