From 9c1b1ab240dc33efc03f67b252d55379a08edf7c Mon Sep 17 00:00:00 2001 From: Andrey Dolgolev Date: Mon, 13 Dec 2021 19:52:48 +0200 Subject: [PATCH] Add fix. --- frontend/src/components/NewDashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/NewDashboard.js b/frontend/src/components/NewDashboard.js index 4533672d..706c748e 100644 --- a/frontend/src/components/NewDashboard.js +++ b/frontend/src/components/NewDashboard.js @@ -107,7 +107,7 @@ const NewDashboard = (props) => { (item.subscription_type_id === "ethereum_blockchain" || item.subscription_type_id === "polygon_blockchain" || item.subscription_type_id === "polygon_smartcontract" || - item.subscription_type_id === "polygon_smartcontract") && + item.subscription_type_id === "ethereum_smartcontract") && (!inputValue || item.address.toUpperCase().includes(inputValue.toUpperCase()) || item.label.toUpperCase().includes(inputValue.toUpperCase()));