Skip to content

Commit

Permalink
fix council param display (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShuk authored Dec 1, 2024
1 parent ef73aa9 commit 73a46ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dao/[symbol]/params/components/ParamsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ParamsView = ({ activeGovernance }) => {
)
? 'Disabled'
: fmtMintAmount(
mint,
councilMint,
activeGovernance?.account?.config?.minCouncilTokensToCreateProposal
)
: 'calculating...'
Expand Down

0 comments on commit 73a46ef

Please sign in to comment.