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 { ); });