mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-05-31 06:21:04 +00:00
Add case to saveRecent (inside subject) (#122)
This commit is contained in:
@@ -41,7 +41,7 @@ export default function genericSubject (keyCreator: (address: string) => string,
|
|||||||
|
|
||||||
current[address] = {
|
current[address] = {
|
||||||
json,
|
json,
|
||||||
option: createOptionItem(address, json.meta.name)
|
option: createOptionItem(address, json.meta.name, !json.meta.isRecent)
|
||||||
};
|
};
|
||||||
|
|
||||||
store.set(keyCreator(address), json);
|
store.set(keyCreator(address), json);
|
||||||
|
|||||||
Reference in New Issue
Block a user