Bläddra i källkod

fix(follow-me): remove duplicate default state

master
Leonard Kim 6 år sedan
förälder
incheckning
b172639237
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1
    4
      react/features/video-layout/reducer.js

+ 1
- 4
react/features/video-layout/reducer.js Visa fil

@@ -9,10 +9,7 @@ import {
9 9
 } from './actionTypes';
10 10
 
11 11
 const DEFAULT_STATE = {
12
-    screenShares: []
13
-};
14
-
15
-const DEFAULT_STATE = {
12
+    screenShares: [],
16 13
 
17 14
     /**
18 15
      * The indicator which determines whether the video layout should display

Laddar…
Avbryt
Spara