Skip to content

Commit

Permalink
[eslint] fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Feb 13, 2019
1 parent 6cc6a5d commit 367a990
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ window.ManageAppsView = countlyView.extend({
});
}

if (!countlyGlobal.member.global_admin && $.isEmptyObject(countlyGlobal.apps) && $.isEmptyObject(countlyGlobal.admin_apps) && !countlyGlobal["config"].autonomous) {
if (!countlyGlobal.member.global_admin && $.isEmptyObject(countlyGlobal.apps) && $.isEmptyObject(countlyGlobal.admin_apps) && !countlyGlobal.config.autonomous) {
prepareUnauthorizeScreen();
}
else {
Expand Down

0 comments on commit 367a990

Please sign in to comment.