From b172639237c9e03964ee29e44dd2c6f1fc932367 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Wed, 17 Apr 2019 13:50:46 -0700 Subject: [PATCH] fix(follow-me): remove duplicate default state --- react/features/video-layout/reducer.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/react/features/video-layout/reducer.js b/react/features/video-layout/reducer.js index b05222e90..51d62eddd 100644 --- a/react/features/video-layout/reducer.js +++ b/react/features/video-layout/reducer.js @@ -9,10 +9,7 @@ import { } from './actionTypes'; const DEFAULT_STATE = { - screenShares: [] -}; - -const DEFAULT_STATE = { + screenShares: [], /** * The indicator which determines whether the video layout should display