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

pull/7654/head jitsi-meet_5001
paweldomas 5 years ago committed by Saúl Ibarra Corretgé
parent 0e50f1887e
commit cb7c280da6
  1. 1
      react/features/app/reducers.any.js
  2. 2
      react/features/dynamic-branding/index.js

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

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

Loading…
Cancel
Save