mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
oops
This commit is contained in:
parent
e50478aa1d
commit
20f9d71782
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export default {
|
|||
|
||||
if (sdkConfigValue === 'enable') {
|
||||
return true;
|
||||
} else if (sdkConfigValue === 'enable') {
|
||||
} else if (sdkConfigValue === 'disable') {
|
||||
return false;
|
||||
} else if (sdkConfigValue === 'labs') {
|
||||
if (!MatrixClientPeg.get().isGuest()) {
|
||||
|
|
Loading…
Reference in a new issue