From 67ea0dc9b6e12916ffad026d667dc781b5e39276 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 14 Nov 2019 14:00:47 -0500 Subject: [PATCH] Fix: don't show empty state when loading --- .eslintrc.json | 1 + ui/component/claimListDiscover/view.jsx | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4d5958b53..060ae3f8f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -39,6 +39,7 @@ "react/jsx-indent": 0, "react-hooks/exhaustive-deps": "warn", "react-hooks/rules-of-hooks": "error", + "react/no-unescaped-entities": 0, "space-before-function-paren": [ "error", { diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index 44be55196..498f7cd28 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -133,11 +133,7 @@ function ClaimListDiscover(props: Props) { +