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') {
|
if (sdkConfigValue === 'enable') {
|
||||||
return true;
|
return true;
|
||||||
} else if (sdkConfigValue === 'enable') {
|
} else if (sdkConfigValue === 'disable') {
|
||||||
return false;
|
return false;
|
||||||
} else if (sdkConfigValue === 'labs') {
|
} else if (sdkConfigValue === 'labs') {
|
||||||
if (!MatrixClientPeg.get().isGuest()) {
|
if (!MatrixClientPeg.get().isGuest()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue