summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/resources/ntp/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
index b474f199..973dada 100644
--- a/chrome/browser/resources/ntp/apps.js
+++ b/chrome/browser/resources/ntp/apps.js
@@ -81,7 +81,7 @@ function getAppsCallback(data) {
$('apps-promo-link').setAttribute('ping', appsPromoPing);
maybeDoneLoading();
- if (data.apps.length > 0 && isDoneLoading()) {
+ if (isDoneLoading()) {
if (!apps.showPromo && data.apps.length >= MAX_APPS_PER_ROW[layoutMode])
webStoreEntry.classList.add('loner');
else