Browse Source

Comply w/ coding style

j8
Lyubo Marinov 8 years ago
parent
commit
26e119bfc2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/react/components/Container.native.js

+ 1
- 1
react/features/base/react/components/Container.native.js View File

@@ -18,7 +18,7 @@ export class Container extends AbstractContainer {
18 18
      *
19 19
      * @static
20 20
      */
21
-    static propTypes = AbstractContainer.propTypes;
21
+    static propTypes = AbstractContainer.propTypes
22 22
 
23 23
     /**
24 24
      * Implements React's {@link Component#render()}.

Loading…
Cancel
Save