Sfoglia il codice sorgente

Proposal depositors

Jaco Greeff 5 anni fa
parent
commit
9830d46e5a
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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}
           />
         ))}