fix(invite): check Toolbox render method error

The app will crash for me with react complaining about not a component
being passed.
This commit is contained in:
paweldomas 2018-04-26 14:03:40 -05:00 committed by Lyubo Marinov
parent e098ad87f4
commit 81fc961998
2 changed files with 1 additions and 0 deletions

View File

@ -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';