Apply ESLint autofix for no-yoda rule

This commit is contained in:
MrTimscampi
2020-07-30 16:07:13 +02:00
parent 642e2624e5
commit 22a46ecea6
49 changed files with 440 additions and 440 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ pageClassOn('viewbeforeshow', 'page', function () {
var theme;
var context;
if ('a' === viewType) {
if (viewType === 'a') {
theme = userSettings.dashboardTheme();
context = 'serverdashboard';
} else {