user param is not needed

This commit is contained in:
Girish Ramakrishnan
2020-05-12 21:30:57 -07:00
parent 89fc6feb5f
commit 9033c6e1d4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)' : '';