feat(conference): fixed linter

This commit is contained in:
Calin-Teodor 2022-07-04 15:04:28 +03:00 committed by Calinteodor
parent a4b997362a
commit b41c71e80b
1 changed files with 1 additions and 2 deletions

View File

@ -572,7 +572,6 @@ export default withSafeAreaInsets(connect(_mapStateToProps)(props => {
}, [ isFocused ]);
return (
<Conference
{ ...props }/>
<Conference { ...props } />
);
}));