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()));