From d51c2ae8114f91cb138e42fa3de4b36533a4741c Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Sun, 9 Dec 2018 01:40:59 +0300 Subject: [PATCH] Lint fix --- src/components/utils/ObjectUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utils/ObjectUtils.js b/src/components/utils/ObjectUtils.js index acabf99a6..0a5e4bb11 100644 --- a/src/components/utils/ObjectUtils.js +++ b/src/components/utils/ObjectUtils.js @@ -55,7 +55,7 @@ export default class ObjectUtils { } return a !== a && b !== b; - }; + } static resolveFieldData(data, field) { if(data && field) {