diff --git a/components/governance/ListToken/ListToken.tsx b/components/governance/ListToken/ListToken.tsx index b60a28ce..3436b994 100644 --- a/components/governance/ListToken/ListToken.tsx +++ b/components/governance/ListToken/ListToken.tsx @@ -643,7 +643,7 @@ const ListToken = ({ goBack }: { goBack: () => void }) => { ? 0.000027396999939810485 : proposedPreset.collateralFeePerDay, ), - '', + proposedPreset.preset_name, ) .accounts({ fallbackOracle: PublicKey.default, diff --git a/components/modals/DashboardSuggestedValuesModal.tsx b/components/modals/DashboardSuggestedValuesModal.tsx index 644ffbf7..fd27eeaa 100644 --- a/components/modals/DashboardSuggestedValuesModal.tsx +++ b/components/modals/DashboardSuggestedValuesModal.tsx @@ -209,7 +209,7 @@ const DashboardSuggestedValues = ({ : fieldsToChange.disableAssetLiquidation, getNullOrVal(fieldsToChange.collateralFeePerDay), null, - '', + preset.preset_name, ) .accounts({ group: group!.publicKey, diff --git a/components/modals/SecurityCouncilModal.tsx b/components/modals/SecurityCouncilModal.tsx index 7defcd28..3029aff2 100644 --- a/components/modals/SecurityCouncilModal.tsx +++ b/components/modals/SecurityCouncilModal.tsx @@ -98,7 +98,7 @@ const SecurityCouncilModal = ({ null, null, null, - '', + null, ) .accounts({ group: group!.publicKey, diff --git a/yarn.lock b/yarn.lock index ad4a3ba7..6617821c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10826,14 +10826,14 @@ node-addon-api@^7.0.0: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-7.1.0.tgz#71f609369379c08e251c558527a107107b5e0fdb" integrity sha512-mNcltoe1R8o7STTegSOHdnJNN7s5EUvhoS7ShnTHDyOSd+8H+UdWODq6qSv67PjC8Zc5JRT8+oLAMCr0SIXw7g== -node-fetch@3.3.2, "node-fetch@npm:@blockworks-foundation/node-fetch@2.6.11": +node-fetch@3.3.2, node-fetch@^2.6.12, node-fetch@^2.7.0, "node-fetch@npm:@blockworks-foundation/node-fetch@2.6.11": version "2.6.11" resolved "https://registry.yarnpkg.com/@blockworks-foundation/node-fetch/-/node-fetch-2.6.11.tgz#fb536ef0e6a960e7b7993f3c1d3b3bba9bdfbc56" integrity sha512-HeDTxpIypSR4qCoqgUXGr8YL4OG1z7BbV4VhQ9iQs+pt2wV3MtqO+sQk2vXK3WDKu5C6BsbGmWE22BmIrcuOOw== dependencies: whatwg-url "^5.0.0" -node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.7.0: +node-fetch@^2.6.1, node-fetch@^2.6.7: version "2.7.0" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d" integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==