Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitindenis1 committed Nov 19, 2023
1 parent 79c51f1 commit 3aff1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/foundation/proposals-descriptions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { LATEST_TF_PROPOSAL_DESCRIPTION } from "../description";
import { THE_OPEN_LEAGUE_DESCRIPTION } from "./the-open-league";

const hardocded = {
EQA5eyWDAAegbL5Ay1CfelGG3yY9Ow7bgpfocTV6KDt9zeIl: THE_OPEN_LEAGUE_DESCRIPTION,
"EQA5eyWDAAegbL5Ay1CfelGG3yY9Ow7bgpfocTV6KDt9zeIl": THE_OPEN_LEAGUE_DESCRIPTION,
[LATEST_FOUNDATION_PROPOSAL_ADDRESS]: LATEST_TF_PROPOSAL_DESCRIPTION,
};

Expand Down
2 changes: 1 addition & 1 deletion src/query/getters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const useDaoQuery = (daoAddress: string) => {
(it) => !BLACKLISTED_PROPOSALS.includes(it)
);

if (daoAddress === FOUNDATION_DAO_ADDRESS) {
if (daoAddress === FOUNDATION_DAO_ADDRESS) {
daoProposals = [...daoProposals, ...FOUNDATION_PROPOSALS_ADDRESSES];
}
return {
Expand Down

0 comments on commit 3aff1ce

Please sign in to comment.