diff --git a/src/js/index.js b/src/js/index.js index 4aa039047..d5927d9ef 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -311,7 +311,7 @@ app.filter('installationActive', function () { // this appears in the app grid app.filter('installationStateLabel', function () { - return function(app, user) { + return function(app) { if (!app) return ''; var waiting = app.progress === 0 ? ' (Queued)' : ''; diff --git a/src/views/app.html b/src/views/app.html index 747f0b1ba..fdff6644f 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -423,7 +423,7 @@