Skip to content

Commit 367a990

Browse files
committed
[eslint] fixes
1 parent 6cc6a5d commit 367a990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/express/public/javascripts/countly/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2147,7 +2147,7 @@ window.ManageAppsView = countlyView.extend({
21472147
});
21482148
}
21492149

2150-
if (!countlyGlobal.member.global_admin && $.isEmptyObject(countlyGlobal.apps) && $.isEmptyObject(countlyGlobal.admin_apps) && !countlyGlobal["config"].autonomous) {
2150+
if (!countlyGlobal.member.global_admin && $.isEmptyObject(countlyGlobal.apps) && $.isEmptyObject(countlyGlobal.admin_apps) && !countlyGlobal.config.autonomous) {
21512151
prepareUnauthorizeScreen();
21522152
}
21532153
else {

0 commit comments

Comments
 (0)