fix eslint error
This commit is contained in:
parent
a667c9bff2
commit
4d1c0cf219
|
@ -122,7 +122,7 @@ export function getProfileTabProps(stateful: Object | Function) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
authEnabled: Boolean(conference && authEnabled),
|
authEnabled: Boolean(conference && authEnabled),
|
||||||
authLogin: authLogin,
|
authLogin,
|
||||||
displayName: localParticipant.name,
|
displayName: localParticipant.name,
|
||||||
email: localParticipant.email
|
email: localParticipant.email
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue