mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-06 02:17:28 +00:00
Add example-{react, vue} (#209)
* Add example-{react, vue}
* Update CHANGELOG.md
* Update README.md
This commit is contained in:
@@ -38,7 +38,7 @@ export default function genericSubject (keyCreator: (address: string) => string,
|
||||
|
||||
current[address] = {
|
||||
json: { ...json, address },
|
||||
option: createOptionItem(address, json.meta.name, !json.meta.isRecent)
|
||||
option: createOptionItem(address, json.meta.name)
|
||||
};
|
||||
|
||||
if (!json.meta.isInjected && (!json.meta.isTesting || development.isDevelopment())) {
|
||||
|
||||
Reference in New Issue
Block a user