From 81fc961998151f34d8a7ab86218238cb7de72252 Mon Sep 17 00:00:00 2001 From: paweldomas Date: Thu, 26 Apr 2018 14:03:40 -0500 Subject: [PATCH] fix(invite): check Toolbox render method error The app will crash for me with react complaining about not a component being passed. --- react/features/invite/components/InviteButton.web.js | 0 react/features/invite/components/index.js | 1 + 2 files changed, 1 insertion(+) create mode 100644 react/features/invite/components/InviteButton.web.js diff --git a/react/features/invite/components/InviteButton.web.js b/react/features/invite/components/InviteButton.web.js new file mode 100644 index 0000000000..e69de29bb2 diff --git a/react/features/invite/components/index.js b/react/features/invite/components/index.js index e32c31d964..e4c747f0bd 100644 --- a/react/features/invite/components/index.js +++ b/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';