Skip to content

Commit

Permalink
Merge pull request #3221 from OlympusDAO/develop
Browse files Browse the repository at this point in the history
[Release] - Fix Past Proposal Title Formatting
  • Loading branch information
brightiron authored Oct 12, 2024
2 parents 9f8dab9 + c4f45f7 commit 799e52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Governance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Governance = () => {
<ProposalContainer
key={index}
proposalId={Number(item?.details.id)}
title={item?.details.description}
title={item?.title}
createdAt={item?.createdAtBlock}
setProposals={setPastProposals}
proposals={pastProposals}
Expand Down

0 comments on commit 799e52d

Please sign in to comment.