From d26bd85b143941e9de31228a9651c94f4c853784 Mon Sep 17 00:00:00 2001 From: roienatan <34843014+roienatan@users.noreply.github.com> Date: Sun, 30 Aug 2020 13:57:46 +0300 Subject: [PATCH] Minor adjustments due to changes in DAOs balances serivce that now returns balances only for registered DAOs (#2089) --- src/components/Daos/DaosPage.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Daos/DaosPage.tsx b/src/components/Daos/DaosPage.tsx index 60aa565c3..976d7d1fa 100644 --- a/src/components/Daos/DaosPage.tsx +++ b/src/components/Daos/DaosPage.tsx @@ -23,7 +23,7 @@ import BHubReg from "../Buidlhub/Registration"; import i18next from "i18next"; import classNames from "classnames"; import axios from "axios"; -import { getNetworkName, isEmptyObject } from "lib/util"; +import { getNetworkName } from "lib/util"; type SubscriptionData = [DAO[], DAO[], DAO[]]; @@ -206,7 +206,7 @@ class DaosPage extends React.Component { ); }); @@ -216,7 +216,7 @@ class DaosPage extends React.Component { ); });