mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 18:51:02 +00:00
Rename Substrate entry to "generic" (#327)
* Rename Substrate entry to "generic" * Rewrite yarn.lock * Linting (base package update)
This commit is contained in:
@@ -326,7 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
};
|
||||
|
||||
Object.keys(meta).forEach((key): void => {
|
||||
json.meta[key] = meta[key] as unknown;
|
||||
json.meta[key] = meta[key];
|
||||
});
|
||||
|
||||
delete json.meta.isRecent;
|
||||
|
||||
Reference in New Issue
Block a user