Apply ESLint autofix for no-yoda rule
This commit is contained in:
@@ -13,7 +13,7 @@ pageClassOn('viewbeforeshow', 'page', function () {
|
||||
var theme;
|
||||
var context;
|
||||
|
||||
if ('a' === viewType) {
|
||||
if (viewType === 'a') {
|
||||
theme = userSettings.dashboardTheme();
|
||||
context = 'serverdashboard';
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user