user param is not needed
This commit is contained in:
+1
-1
@@ -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)' : '';
|
||||
|
||||
Reference in New Issue
Block a user