From f9eb5c85a3161057b8fd1c091d3bef7c5222f16a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 6 Mar 2018 17:14:07 +0100 Subject: [PATCH] Fix the available list Signed-off-by: Joas Schilling --- apps/updatenotification/js-src/components/root.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/updatenotification/js-src/components/root.vue b/apps/updatenotification/js-src/components/root.vue index 23a132ec0b..6f6188f4d9 100644 --- a/apps/updatenotification/js-src/components/root.vue +++ b/apps/updatenotification/js-src/components/root.vue @@ -120,7 +120,6 @@ success: function(response) { this.availableAppUpdates = response.ocs.data.available; this.missingAppUpdates = response.ocs.data.missing; - this.availableAppUpdates = response.ocs.data.missing; this.isListFetched = true; this.appStoreFailed = false; }.bind(this),