From 56eedbaddb6d3b3c235aa9a58d73fef8b0864f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 17 May 2022 15:37:14 +0200 Subject: [PATCH] Web: remove unused code --- web/app/src/components/JobsTable.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/src/components/JobsTable.vue b/web/app/src/components/JobsTable.vue index c590a67a..05a3d854 100644 --- a/web/app/src/components/JobsTable.vue +++ b/web/app/src/components/JobsTable.vue @@ -32,7 +32,6 @@ export default { return { shownStatuses: [], availableStatuses: [], // Will be filled after data is loaded from the backend. - indicator: indicator, // So that the template can use this function too. }; }, mounted() {