fix(follow-me): remove duplicate default state
This commit is contained in:
parent
c7013f5c4b
commit
b172639237
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue