瀏覽代碼

fix eslint error

master
paweldomas 6 年之前
父節點
當前提交
4d1c0cf219
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/settings/functions.js

+ 1
- 1
react/features/settings/functions.js 查看文件

@@ -122,7 +122,7 @@ export function getProfileTabProps(stateful: Object | Function) {
122 122
 
123 123
     return {
124 124
         authEnabled: Boolean(conference && authEnabled),
125
-        authLogin: authLogin,
125
+        authLogin,
126 126
         displayName: localParticipant.name,
127 127
         email: localParticipant.email
128 128
     };

Loading…
取消
儲存