瀏覽代碼

Proposal depositors

Jaco Greeff 5 年之前
父節點
當前提交
9830d46e5a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      CHANGELOG.md
  2. 1 1
      packages/app-democracy/src/Overview/Proposal.tsx

+ 1 - 1
CHANGELOG.md

@@ -13,7 +13,7 @@
 - Convert a large number of components to use hooks
 - Display validator graphs
 - Refactor of backup modal (Thanks to @LukeSugiura)
-- Enable lanugage setting options (Thanks to @LukeSugiura)
+- Enable language setting options (Thanks to @LukeSugiura)
 - Allow for signRaw to be used in the signing toolbox (injected accounts)
 - Display account names in status events
 - Nomination targets dashboard

+ 1 - 1
packages/app-democracy/src/Overview/Proposal.tsx

@@ -36,7 +36,7 @@ function renderProposal ({ democracy_depositOf, t }: Props): React.ReactNode {
           <InputAddress
             isDisabled
             key={`${index}:${address}`}
-            value={address}
+            defaultValue={address}
             withLabel={false}
           />
         ))}