Parcourir la source

fix(follow-me): remove duplicate default state

master
Leonard Kim il y a 6 ans
Parent
révision
b172639237
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1
    4
      react/features/video-layout/reducer.js

+ 1
- 4
react/features/video-layout/reducer.js Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer