Browse Source

fix(RN): crash on undefined state['features/dynamic-branding']

j8
paweldomas 4 years ago
parent
commit
cb7c280da6
2 changed files with 1 additions and 2 deletions
  1. 1
    0
      react/features/app/reducers.any.js
  2. 0
    2
      react/features/dynamic-branding/index.js

+ 1
- 0
react/features/app/reducers.any.js View File

@@ -30,6 +30,7 @@ import '../chat/reducer';
30 30
 import '../deep-linking/reducer';
31 31
 import '../device-selection/reducer';
32 32
 import '../dropbox/reducer';
33
+import '../dynamic-branding/reducer';
33 34
 import '../etherpad/reducer';
34 35
 import '../filmstrip/reducer';
35 36
 import '../follow-me/reducer';

+ 0
- 2
react/features/dynamic-branding/index.js View File

@@ -1,4 +1,2 @@
1 1
 export * from './actions';
2 2
 export * from './functions';
3
-
4
-import './reducer';

Loading…
Cancel
Save