fix(invite): check Toolbox render method error

The app will crash for me with react complaining about not a component
being passed.
pull/2883/head jitsi-meet_2995
paweldomas 7 years ago committed by Lyubo Marinov
parent e098ad87f4
commit 81fc961998
  1. 0
      react/features/invite/components/InviteButton.web.js
  2. 1
      react/features/invite/components/index.js

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

Loading…
Cancel
Save