feat(conference): fixed linter
This commit is contained in:
parent
a4b997362a
commit
b41c71e80b
|
@ -572,7 +572,6 @@ export default withSafeAreaInsets(connect(_mapStateToProps)(props => {
|
|||
}, [ isFocused ]);
|
||||
|
||||
return (
|
||||
<Conference
|
||||
{ ...props }/>
|
||||
<Conference { ...props } />
|
||||
);
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue