aboutsummaryrefslogtreecommitdiff
path: root/app/features/conference/components
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2018-05-24 17:04:58 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2018-05-24 17:13:21 +0200
commit1717ca89b3542931026e46ee5fa800468c49b5a5 (patch)
tree35d2d35c665c3293996942f224ca2ded5fa7f937 /app/features/conference/components
parenteb8a110daa29abb3f743e2d73ee6ceb581398fcb (diff)
Change flow syntax
Diffstat (limited to 'app/features/conference/components')
-rw-r--r--app/features/conference/components/Conference.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js
index d9aa1e7..fcb4c2a 100644
--- a/app/features/conference/components/Conference.js
+++ b/app/features/conference/components/Conference.js
@@ -14,9 +14,9 @@ import {
import config from '../../config';
/**
- * Jitsi Meet Window Component
+ * Conference component.
*/
-export default class Conference extends Component<{}> {
+export default class Conference extends Component<*> {
/**
* Attach the script
*/