From 73a46ef8497ee2a299b994210db6d5f9c934e51c Mon Sep 17 00:00:00 2001 From: Utkarsh <83659045+0xShuk@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:53:44 +0530 Subject: [PATCH] fix council param display (#47) --- pages/dao/[symbol]/params/components/ParamsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/dao/[symbol]/params/components/ParamsView.tsx b/pages/dao/[symbol]/params/components/ParamsView.tsx index 2db0dbe9f..7dec88393 100644 --- a/pages/dao/[symbol]/params/components/ParamsView.tsx +++ b/pages/dao/[symbol]/params/components/ParamsView.tsx @@ -48,7 +48,7 @@ const ParamsView = ({ activeGovernance }) => { ) ? 'Disabled' : fmtMintAmount( - mint, + councilMint, activeGovernance?.account?.config?.minCouncilTokensToCreateProposal ) : 'calculating...'