mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 07:31:03 +00:00
Ensumer correcly encoded address in json (#134)
This commit is contained in:
@@ -39,7 +39,10 @@ export default function genericSubject (keyCreator: (address: string) => string,
|
||||
current = { ...current };
|
||||
|
||||
current[address] = {
|
||||
json,
|
||||
json: {
|
||||
...json,
|
||||
address
|
||||
},
|
||||
option: createOptionItem(address, json.meta.name, !json.meta.isRecent)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user