code cleanup

This commit is contained in:
zefie
2021-11-02 16:46:41 -04:00
parent 40df4a4d77
commit 2d7a540796
2 changed files with 3 additions and 5 deletions

View File

@@ -345,8 +345,7 @@ class WTVClientSessionData {
}
isMiniBrowser() {
if (this.data_store['wtv-need-upgrade'] || this.data_store['wtv-used-8675309']) return true;
return false;
return (this.data_store['wtv-need-upgrade'] || this.data_store['wtv-used-8675309']) ? true : false;
}
currentConnections() {