From f23ea2d8216a539144c33ec70f70561d13be8c11 Mon Sep 17 00:00:00 2001 From: gerard Date: Wed, 5 Sep 2018 13:48:18 +0200 Subject: [PATCH] fixed typo --- client/claim/src/card/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/claim/src/card/index.js b/client/claim/src/card/index.js index 59692f6f6..24401b9a8 100644 --- a/client/claim/src/card/index.js +++ b/client/claim/src/card/index.js @@ -4,7 +4,6 @@ class Controller { constructor($http, $state) { this.$http = $http; this.$state = $state; - this.order = {}; this.filter = { include: [ {relation: 'worker', scope: {fields: ['name', 'firstName']}},