浏览代码

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 年前
父节点
当前提交
81fc961998
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 0
    0
      react/features/invite/components/InviteButton.web.js
  2. 1
    0
      react/features/invite/components/index.js

+ 0
- 0
react/features/invite/components/InviteButton.web.js 查看文件


+ 1
- 0
react/features/invite/components/index.js 查看文件

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

正在加载...
取消
保存