Kaynağa Gözat

fix(follow-me): remove duplicate default state

master
Leonard Kim 6 yıl önce
ebeveyn
işleme
b172639237
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. 1
    4
      react/features/video-layout/reducer.js

+ 1
- 4
react/features/video-layout/reducer.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet