We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f858a7c + 3b7b354 commit 8abb36aCopy full SHA for 8abb36a
components/dashboard/dao.js
@@ -20,7 +20,7 @@ import { useRouter } from "next/router";
20
import { getBalance } from "../../store/actions/wallet";
21
import getAnyRepositoryAll from "../../helpers/getAnyRepositoryAll";
22
import sortBy from "lodash/sortBy";
23
-import DaoRepositories from "./DAORepositories";
+import DaoRepositories from "./DaoRepositories";
24
25
function DaoDashboard({ dao = {}, advanceUser, ...props }) {
26
const router = useRouter();
0 commit comments